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