Skip to content

Commit

Permalink
Release v0.1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r4m-juan committed Jun 2, 2023
1 parent 2dd22c6 commit ad2be75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# VERSION.py - MAINTAINER's. Don't edit, if you don't know what are you doing
# ==============================================================================

VERSION = (0, 1, 5, 0)
VERSION = (0, 1, 5, 1)
RELEASE_SUFFIX = ''

VERSION_STRING = '.'.join([str(x) for x in VERSION])
Expand Down
2 changes: 1 addition & 1 deletion route4me/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# VERSION.py - MAINTAINER's. Don't edit, if you don't know what are you doing
# ==============================================================================

VERSION = (0, 1, 5, 0)
VERSION = (0, 1, 5, 1)
RELEASE_SUFFIX = ''

VERSION_STRING = '.'.join([str(x) for x in VERSION])
Expand Down

0 comments on commit ad2be75

Please sign in to comment.