We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4886bc9 commit 4083517Copy full SHA for 4083517
pyncm/__init__.py
@@ -34,7 +34,7 @@
34
"""
35
__VERSION_MAJOR__ = 1
36
__VERSION_MINOR__ = 7
37
-__VERSION_PATCH__ = 0
+__VERSION_PATCH__ = 1
38
39
__version__ = "%s.%s.%s" % (__VERSION_MAJOR__, __VERSION_MINOR__, __VERSION_PATCH__)
40
0 commit comments