Skip to content

Commit

Permalink
REL: bump version to 0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
johnyf committed Nov 23, 2020
1 parent 2842503 commit 24ec9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
VERSION_FILE = '{name}/_version.py'.format(name=name)
MAJOR = 0
MINOR = 5
MICRO = 6
MICRO = 7
VERSION = '{major}.{minor}.{micro}'.format(
major=MAJOR, minor=MINOR, micro=MICRO)
VERSION_TEXT = (
Expand Down

0 comments on commit 24ec9eb

Please sign in to comment.