We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dd22c6 commit ad2be75Copy full SHA for ad2be75
VERSION.py
@@ -6,7 +6,7 @@
6
# VERSION.py - MAINTAINER's. Don't edit, if you don't know what are you doing
7
# ==============================================================================
8
9
-VERSION = (0, 1, 5, 0)
+VERSION = (0, 1, 5, 1)
10
RELEASE_SUFFIX = ''
11
12
VERSION_STRING = '.'.join([str(x) for x in VERSION])
route4me/version.py
0 commit comments