Skip to content

Commit

Permalink
style: set back version to patch
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandreCameron committed May 9, 2020
1 parent 54b0220 commit 082300d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.py
Expand Up @@ -2,4 +2,4 @@

VERSION = "0.0.1"
PATCH = datetime.datetime.utcnow().strftime("%y%m%d%H%M")
RELEASE = f"{VERSION}" # f"{VERSION}-{PATCH}"
RELEASE = f"{VERSION}-{PATCH}" # f"{VERSION}"

0 comments on commit 082300d

Please sign in to comment.