Skip to content

Commit

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

0.0.2 (2024-03-07)
0.0.3 (2024-03-07)
------------------

* First release on PyPI.
* First stable release on PyPI.
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.2
current_version = 0.0.3
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.2',
version='0.0.3',
zip_safe=False,
)

0 comments on commit 9d256b0

Please sign in to comment.