Skip to content

Commit

Permalink
Bump version 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
k-dominik committed Aug 13, 2024
1 parent 76f4648 commit f65c9f8
Show file tree
Hide file tree
Showing 4 changed files with 6 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.5dev0
current_version = 0.0.6
commit = False
tag = False
tag_name = {new_version}
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
__pycache__/
.mypy_cache/

*.egg-info/
*.egg
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.5dev0"
__version__ = "0.0.6"
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.5dev0",
version="0.0.6",
author="Tomaz Vieira",
author_email="[email protected]",
license="MIT",
Expand Down

0 comments on commit f65c9f8

Please sign in to comment.