Skip to content

Commit

Permalink
Update version.py (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyasapp authored Dec 30, 2019
1 parent 8e159a5 commit 71cfe30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flambe/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MAJOR = "0"
MINOR = "4"
PATCH = "8"
PATCH = "9"

VERSION = f'{MAJOR}.{MINOR}.{PATCH}'

0 comments on commit 71cfe30

Please sign in to comment.