Skip to content

Commit

Permalink
Bump version to 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
snow0x2d0 committed Aug 2, 2022
1 parent 562dc8d commit 76963ea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.5.0"
current = "4.6.0"


def get_mm_version():
Expand Down
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[bumpversion]
current_version = 4.5.0
current_version = 4.6.0
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<revision>\d+)?)?
serialize =
serialize =
{major}.{minor}.{patch}{release}{revision}
{major}.{minor}.{patch}{release}
{major}.{minor}.{patch}
tag_name = {new_version}

[bumpversion:part:release]
optional_value = gamma
values =
values =
dev
alpha
beta
Expand All @@ -33,7 +33,7 @@ universal = 1
max-line-length = 100

[tool:pytest]
filterwarnings =
filterwarnings =
ignore::DeprecationWarning

[aliases]
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.5.0",
version="4.6.0",
description="A Conversational AI platform.",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 76963ea

Please sign in to comment.