Skip to content

Commit

Permalink
Changing version
Browse files Browse the repository at this point in the history
  • Loading branch information
yasseraleman committed Mar 7, 2024
1 parent ac6d210 commit dfc566b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
History
=======

0.0.1 (2024-03-06)
0.0.2 (2024-03-07)
------------------

* First release on PyPI.
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from clabtoolkit import dicomtools as dt
from clabtoolkit import bidstools as bt

print(dt.sum(1, 2))
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.0.1
current_version = 0.0.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 @@ -39,6 +39,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/connectomicslab/clabtoolkit',
version='0.0.1',
version='0.0.2',
zip_safe=False,
)

0 comments on commit dfc566b

Please sign in to comment.