Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlatwe committed Sep 17, 2019
1 parent 2996191 commit c000ac5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion avalon/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"""

VERSION_MAJOR = 5
VERSION_MINOR = 4
VERSION_MINOR = 5
VERSION_PATCH = 0

version = "%s.%s" % (VERSION_MAJOR, VERSION_MINOR)
Expand Down Expand Up @@ -38,6 +38,7 @@
# Builds since previous minor version
VERSION_PATCH -= 1489
VERSION_PATCH -= 83
VERSION_PATCH -= 86

except Exception:
# Otherwise, no big deal
Expand Down

0 comments on commit c000ac5

Please sign in to comment.