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