Skip to content

Commit

Permalink
update setup.py version to 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aperrin66 committed Dec 13, 2022
1 parent 77609a7 commit f52c321
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 @@ -46,7 +46,7 @@
AUTHOR_EMAIL = "[email protected]"
PLATFORMS = ["Linux", "OS X", "Windows"]
ISRELEASED = True
VERSION = os.getenv('NANSAT_RELEASE', '1.5.2').lstrip('v')
VERSION = os.getenv('NANSAT_RELEASE', '1.5.3').lstrip('v')
REQS = [
"Pillow",
"pythesint",
Expand Down

0 comments on commit f52c321

Please sign in to comment.