Skip to content

Commit

Permalink
Bump version: 5.2.0 → 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ynop committed Aug 3, 2020
1 parent 6cacf1b commit 59561d2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.2.0
current_version = 6.0.0
commit = True
tag = True
parse = (?P<major>\d+)
Expand All @@ -24,4 +24,3 @@ replace = version='{new_version}'
[bumpversion:file:docs/conf.py]

[bumpversion:file:audiomate/__init__.py]

2 changes: 1 addition & 1 deletion audiomate/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .corpus import Corpus # noqa: F401
from . import logutil # noqa: F401

__version__ = '5.2.0'
__version__ = '6.0.0'
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@
# built documents.
#
# The short X.Y version.
version = '5.2.0'
version = '6.0.0'
# The full version, including alpha/beta/rc tags.
release = '5.2.0'
release = '6.0.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
##################################################

setup(name='audiomate',
version='5.2.0',
version='6.0.0',
description=DESCRIPTION,
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 59561d2

Please sign in to comment.