File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 14
14
"""Defines mindmeld version information"""
15
15
from __future__ import absolute_import , unicode_literals
16
16
17
- current = "4.6.1 "
17
+ current = "4.6.2 "
18
18
19
19
20
20
def get_mm_version ():
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 4.6.1
2
+ current_version = 4.6.2
3
3
commit = False
4
4
tag = False
5
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<revision>\d+)?)?
@@ -38,3 +38,4 @@ filterwarnings =
38
38
39
39
[aliases]
40
40
test = pytest
41
+
Original file line number Diff line number Diff line change 61
61
62
62
setup (
63
63
name = "mindmeld" ,
64
- version = "4.6.1 " ,
64
+ version = "4.6.2 " ,
65
65
description = "A Conversational AI platform." ,
66
66
long_description = readme ,
67
67
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments