File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
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.7.0rc1 "
17+ current = "4.7.0rc2 "
1818
1919
2020def get_mm_version ():
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 4.7.0rc1
2+ current_version = 4.7.0rc2
33commit = False
44tag = False
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<revision>\d+)?)?
Original file line number Diff line number Diff line change 5959
6060setup (
6161 name = "mindmeld" ,
62- version = "4.7.0rc1 " ,
62+ version = "4.7.0rc2 " ,
6363 description = "A Conversational AI platform." ,
6464 long_description = readme ,
6565 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments