Skip to content

Commit

Permalink
Bump version: 0.4.1 → 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vigji committed Mar 30, 2021
1 parent 0cc59eb commit 05799ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.1
current_version = 0.4.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
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.1",
version="0.4.2",
zip_safe=False,
)
2 changes: 1 addition & 1 deletion split_dataset/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Top-level package for Split Dataset."""

__author__ = """Vilim Stih & Luigi Petrucco @portugueslab"""
__version__ = "0.4.1"
__version__ = "0.4.2"

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

0 comments on commit 05799ed

Please sign in to comment.