Skip to content

Commit

Permalink
Merge pull request #58 from andyfaff/rel
Browse files Browse the repository at this point in the history
REL: v0.0.1
  • Loading branch information
andyfaff authored Mar 25, 2022
2 parents f0c33c3 + 8cdbb14 commit fbb214e
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 @@ -12,7 +12,7 @@
MAJOR = 0
MINOR = 0
MICRO = 1
ISRELEASED = False
ISRELEASED = True
VERSION = f"{MAJOR}.{MINOR}.{MICRO}"


Expand Down

0 comments on commit fbb214e

Please sign in to comment.