We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b967cd0 commit 331f567Copy full SHA for 331f567
mindmeld/_version.py
@@ -14,7 +14,7 @@
14
"""Defines mindmeld version information"""
15
from __future__ import absolute_import, unicode_literals
16
17
-current = "4.6.2"
+current = "4.7.0rc1"
18
19
20
def get_mm_version():
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 4.6.2
+current_version = 4.7.0rc1
3
commit = False
4
tag = False
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<revision>\d+)?)?
setup.py
@@ -61,7 +61,7 @@
61
62
setup(
63
name="mindmeld",
64
- version="4.6.2",
+ version="4.7.0rc1",
65
description="A Conversational AI platform.",
66
long_description=readme,
67
long_description_content_type="text/markdown",
0 commit comments