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 20e1ab2 commit 3b1b51fCopy full SHA for 3b1b51f
three_merge/__init__.py
@@ -12,5 +12,5 @@
12
merge
13
14
# Package version
15
-VERSION_INFO = (0, 1, 1, 'dev0')
+VERSION_INFO = (0, 1, 1)
16
__version__ = '.'.join(map(str, VERSION_INFO))
0 commit comments