Skip to content

Commit

Permalink
Update setup.py to version 0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
bukson committed Sep 19, 2023
1 parent 1eb190f commit 94ea00b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
if not sys.version_info[0] == 3 and sys.version_info[1] < 6:
sys.exit('Python < 3.6 is not supported')

version = '0.21'
version = '0.23'

setup(
name='nancorrmp',
Expand All @@ -25,4 +25,4 @@
tests_require=[
'scipy'
],
)
)

0 comments on commit 94ea00b

Please sign in to comment.