Skip to content

Commit

Permalink
Bump version: 0.4.3 → 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ywkure committed Apr 12, 2022
1 parent 5c1bfc3 commit 3d07cfc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.3
current_version = 0.4.4
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -40,6 +40,6 @@
packages=find_packages(include=["split_dataset", "split_dataset.*"]),
test_suite="tests",
url="https://github.com/portugueslab/split_dataset",
version="0.4.3",
version="0.4.4",
zip_safe=False,
)
2 changes: 1 addition & 1 deletion split_dataset/__init__.py
@@ -1,7 +1,7 @@
"""Top-level package for Split Dataset."""

__author__ = """Vilim Stih & Luigi Petrucco @portugueslab"""
__version__ = "0.4.3"
__version__ = "0.4.4"

from split_dataset.blocks import Blocks
from split_dataset.split_dataset import (
Expand Down

0 comments on commit 3d07cfc

Please sign in to comment.