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 14
14
"""Defines mindmeld version information"""
15
15
from __future__ import absolute_import , unicode_literals
16
16
17
- current = "4.6.0 "
17
+ current = "4.6.1 "
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.0
2
+ current_version = 4.6.1
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+)?)?
6
- serialize =
6
+ serialize =
7
7
{major}.{minor}.{patch}{release}{revision}
8
8
{major}.{minor}.{patch}{release}
9
9
{major}.{minor}.{patch}
10
10
tag_name = {new_version}
11
11
12
12
[bumpversion:part:release]
13
13
optional_value = gamma
14
- values =
14
+ values =
15
15
dev
16
16
alpha
17
17
beta
@@ -33,9 +33,8 @@ universal = 1
33
33
max-line-length = 100
34
34
35
35
[tool:pytest]
36
- filterwarnings =
36
+ filterwarnings =
37
37
ignore::DeprecationWarning
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.0 " ,
64
+ version = "4.6.1 " ,
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