Skip to content

Commit

Permalink
[VER 🔒] changed to v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
saratheriver committed Feb 21, 2023
1 parent 1bbb89a commit 8884819
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion enigmatoolbox/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""enigmatoolbox version"""

__version__ = '2.0.2'
__version__ = '2.0.3'
6 changes: 6 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[metadata]
description-file = README.rst
license_files = LICENSE

[mypy]
ignore_missing_imports = True
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
zip_safe=False,
project_urls={ # Optional
'Documentation': 'https://enigma-toolbox.readthedocs.io',
#'Bug Reports': 'https://github.com/MICA-MNI/ENIGMA/issues',
'Bug Reports': 'https://github.com/MICA-MNI/ENIGMA/issues',
'Source': 'https://github.com/MICA-MNI/ENIGMA',
},
download_url='https://github.com/MICA-MNI/ENIGMA/archive/'
Expand Down

0 comments on commit 8884819

Please sign in to comment.