Skip to content

Commit

Permalink
Bump version: 4.6.2 → 4.7.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
vrdn-23 committed Sep 14, 2022
1 parent b967cd0 commit 331f567
Show file tree
Hide file tree
Showing 3 changed files with 3 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.2"
current = "4.7.0rc1"


def get_mm_version():
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 4.6.2
current_version = 4.7.0rc1
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<revision>\d+)?)?
Expand Down
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.2",
version="4.7.0rc1",
description="A Conversational AI platform.",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 331f567

Please sign in to comment.