Skip to content

Commit

Permalink
Change the version number in setup.py from 0.0.1 to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonwenner committed Jan 11, 2024
1 parent 95da7c3 commit dd56242
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 @@ -3,7 +3,7 @@

setup(
name='shapesimilarity',
version='0.0.1',
version='1.0.0',
author='Nelson Wenner',
packages=['shapesimilarity'],
url='https://github.com/nelsonwenner/shape-similarity',
Expand All @@ -12,4 +12,4 @@
long_description=io.open('README.md', encoding="utf-8").read(),
keywords=['python', 'curve', 'frechet-distance', 'procrustes-analysis'],
platforms=['any']
)
)

0 comments on commit dd56242

Please # to comment.