Skip to content

Commit

Permalink
Merge pull request #76 from andyfaff/rel
Browse files Browse the repository at this point in the history
REL: v0.0.4
  • Loading branch information
andyfaff authored Aug 29, 2022
2 parents 50d91a4 + 1a8d552 commit 6a92198
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 @@ -11,8 +11,8 @@
# versioning
MAJOR = 0
MINOR = 0
MICRO = 3
ISRELEASED = False
MICRO = 4
ISRELEASED = True
VERSION = f"{MAJOR}.{MINOR}.{MICRO}"


Expand Down

0 comments on commit 6a92198

Please sign in to comment.