Skip to content

Commit

Permalink
Bump version: 0.5.0 → 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jul 20, 2021
1 parent d8b9292 commit 686aac2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.0
current_version = 0.6.0
files = setup.py
search = version='{current_version}'
__version__ = '{current_version}'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -8,7 +8,7 @@
README = open(os.path.join(here, 'README.rst')).read()

setup(name='saraswati',
version='0.5.0',
version='0.6.0',
description='Saraswati - a robust, multi-channel audio recording, transmission and storage system',
long_description=README,
license="AGPL 3, EUPL 1.2",
Expand Down

0 comments on commit 686aac2

Please sign in to comment.