Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
fix version number for pypi
  • Loading branch information
ramezquitao authored Jun 30, 2023
1 parent 0b7e41d commit 5b2e321
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 @@ -20,7 +20,7 @@ def create_extension(template, kwds: dict):

setup(
name="pyoptools",
version="0.2",
version="0.2.0",
packages=find_packages(exclude=["tests"]),
scripts=["ipyoptools"],
package_data={
Expand Down

0 comments on commit 5b2e321

Please sign in to comment.