Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomaz-Vieira committed Dec 1, 2020
1 parent 361a819 commit 9b3ddf4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.4dev0
current_version = 0.0.5dev0
commit = False
tag = False
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion ndstructs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .array5D import Image, ScalarImage, LinearData, ScalarData, ScalarLine, StaticLine
from .point5D import Point5D, Shape5D, Slice5D, KeyMap

__version__ = "0.0.4dev0"
__version__ = "0.0.5dev0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="ndstructs",
version="0.0.4dev0",
version="0.0.5dev0",
author="Tomaz Vieira",
author_email="[email protected]",
license="MIT",
Expand Down

0 comments on commit 9b3ddf4

Please sign in to comment.