Skip to content

Commit

Permalink
Modifying version number
Browse files Browse the repository at this point in the history
  • Loading branch information
yasseraleman committed Mar 6, 2024
1 parent ff29551 commit abc6df9
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 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.1.0 (2024-03-06)
0.0.1 (2024-03-06)
------------------

* First release on PyPI.
2 changes: 1 addition & 1 deletion clabtoolkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """Yasser Alemán-Gómez"""
__email__ = '[email protected]'
__version__ = '0.1.0'
__version__ = '0.0.1'
6 changes: 6 additions & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ tox==3.14.0
coverage==4.5.4
Sphinx==1.8.5
twine==1.14.0
numpy>=1.26.1
pandas>=2.1.0
scipy>=1.11.0
nibabel>=5.1.0





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.1.0
current_version = 0.0.1
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
packages=find_packages(include=['clabtoolkit', 'clabtoolkit.*']),
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/yasseraleman/clabtoolkit',
version='0.1.0',
url='https://github.com/connectomicslab/clabtoolkit',
version='0.0.1',
zip_safe=False,
)

0 comments on commit abc6df9

Please sign in to comment.