From 686aac2956be1605d779d40b0dfcee87d53cf6dd Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Wed, 21 Jul 2021 01:40:53 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.0=20=E2=86=92=200.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4951e8b..07186d5 100644 --- a/.bumpversion.cfg +++ b/.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}' diff --git a/setup.py b/setup.py index 2a0f3bb..fd73bbe 100644 --- a/setup.py +++ b/setup.py @@ -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",