Skip to content

Commit 32eab77

Browse files
committed
Bump version to 1.4.4
1 parent 936476b commit 32eab77

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ warn_unused_configs = true
2323
no_implicit_reexport = true
2424

2525
[tool.bumpver]
26-
current_version = "1.4.3"
26+
current_version = "1.4.4"
2727
version_pattern = "MAJOR.MINOR.PATCH"
2828
commit = false # We do version bumping in CI, not as a commit
2929
tag = false # Git tag already exists — we don't auto-tag

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = unicorn_baseline
3-
version = 1.4.3
3+
version = 1.4.4
44
description = Baseline inference algorithm for the UNICORN Challenge
55
author = Joeran Bosma, Clément Grisi, Marina D`Amato, Luc Builtjes, Lena Philipp, Fennie van der Graaf, Judith Lefkes, Michelle Stegeman, Rianne Weber
66
platforms = unix, linux, osx, cygwin, win32

src/unicorn_baseline/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.4.3"
15+
__version__ = "1.4.4"

0 commit comments

Comments
 (0)