diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 860ed02..b31644b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.2.0 files = setup.py search = version='{current_version}' __version__ = '{current_version}' diff --git a/setup.py b/setup.py index 12ec879..fb1e0c0 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.1.0', + version='0.2.0', description='Saraswati - a robust, multi-channel audio recording, transmission and storage system', long_description=README, license="AGPL 3, EUPL 1.2",