Skip to content

Commit

Permalink
Bump version: 4.6.1 → 4.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vrdn-23 committed Aug 12, 2022
1 parent 435be9b commit b967cd0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mindmeld/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"""Defines mindmeld version information"""
from __future__ import absolute_import, unicode_literals

current = "4.6.1"
current = "4.6.2"


def get_mm_version():
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 4.6.1
current_version = 4.6.2
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<revision>\d+)?)?
Expand Down Expand Up @@ -38,3 +38,4 @@ filterwarnings =

[aliases]
test = pytest

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

setup(
name="mindmeld",
version="4.6.1",
version="4.6.2",
description="A Conversational AI platform.",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit b967cd0

Please sign in to comment.