Skip to content

Commit

Permalink
Merge pull request #286 from asappresearch/v0.4.16
Browse files Browse the repository at this point in the history
Update version.py
  • Loading branch information
jeremyasapp authored Apr 2, 2020
2 parents 8bac920 + 2f086c0 commit 8ed2b1f
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 = "15"
PATCH = "16"

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

0 comments on commit 8ed2b1f

Please sign in to comment.