File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed
Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1414"""Defines mindmeld version information"""
1515from __future__ import absolute_import , unicode_literals
1616
17- current = "4.6.0 "
17+ current = "4.6.1 "
1818
1919
2020def get_mm_version ():
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 4.6.0
2+ current_version = 4.6.1
33commit = False
44tag = False
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<revision>\d+)?)?
6- serialize =
6+ serialize =
77 {major}.{minor}.{patch}{release}{revision}
88 {major}.{minor}.{patch}{release}
99 {major}.{minor}.{patch}
1010tag_name = {new_version}
1111
1212[bumpversion:part:release]
1313optional_value = gamma
14- values =
14+ values =
1515 dev
1616 alpha
1717 beta
@@ -33,9 +33,8 @@ universal = 1
3333max-line-length = 100
3434
3535[tool:pytest]
36- filterwarnings =
36+ filterwarnings =
3737 ignore::DeprecationWarning
3838
3939[aliases]
4040test = pytest
41-
Original file line number Diff line number Diff line change 6161
6262setup (
6363 name = "mindmeld" ,
64- version = "4.6.0 " ,
64+ version = "4.6.1 " ,
6565 description = "A Conversational AI platform." ,
6666 long_description = readme ,
6767 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments