Skip to content

Commit

Permalink
Merge pull request #3 from project-neon/fix/version
Browse files Browse the repository at this point in the history
feat(version): update version to 1.0.1
  • Loading branch information
Raphael-AugustoG committed Apr 2, 2024
2 parents fe28ff1 + c4e53c3 commit 3d59046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name="NeonPathPlanning",
packages=find_packages(),
version="1.0.0",
version="1.0.1",
description="Collection of autonomous robot path planners",
long_description_content_type='text/markdown',
long_description=open('README.md').read(),
Expand Down

0 comments on commit 3d59046

Please sign in to comment.