Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
iLeonidze authored Aug 2, 2021
1 parent 76e1117 commit 13b54fa
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 @@ -10,7 +10,7 @@
# This call to setup() does all the work
setup(
name="test113",
version="1.0.0",
version="1.0.1",
description="Demo package for testing purposes",
long_description=README,
long_description_content_type="text/markdown",
Expand All @@ -31,4 +31,4 @@
"test113=test113.__main__:main",
]
},
)
)

0 comments on commit 13b54fa

Please sign in to comment.