Skip to content

Commit b967cd0

Browse files
committed
Bump version: 4.6.1 → 4.6.2
1 parent 435be9b commit b967cd0

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

mindmeld/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"""Defines mindmeld version information"""
1515
from __future__ import absolute_import, unicode_literals
1616

17-
current = "4.6.1"
17+
current = "4.6.2"
1818

1919

2020
def get_mm_version():

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 4.6.1
2+
current_version = 4.6.2
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<revision>\d+)?)?
@@ -38,3 +38,4 @@ filterwarnings =
3838

3939
[aliases]
4040
test = pytest
41+

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
setup(
6363
name="mindmeld",
64-
version="4.6.1",
64+
version="4.6.2",
6565
description="A Conversational AI platform.",
6666
long_description=readme,
6767
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)