Skip to content

Commit

Permalink
set is released True
Browse files Browse the repository at this point in the history
  • Loading branch information
nonhermitian authored Sep 30, 2021
1 parent e1ba9de commit c0185bd
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 @@ -34,7 +34,7 @@
MINOR = 17
MICRO = 0

ISRELEASED = False
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

with open("requirements.txt") as f:
Expand Down

0 comments on commit c0185bd

Please sign in to comment.