Skip to content

Commit

Permalink
Update version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyasapp authored Dec 27, 2019
1 parent 11f9d9e commit b679be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flop/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MAJOR = "1"
MINOR = "0"
PATCH = "0"
PATCH = "1"

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

0 comments on commit b679be3

Please sign in to comment.