From 9e1ad56ae786611b5c1caed547e6b12f9f45c616 Mon Sep 17 00:00:00 2001 From: Mike Shoup Date: Thu, 3 Jan 2019 12:54:08 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.4=20=E2=86=92=200.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/conf.py | 4 ++-- setup.cfg | 2 +- setup.py | 2 +- src/synthale/__init__.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 8267295..bdad501 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,9 +55,9 @@ author = 'Mike Shoup' # built documents. # # The short X.Y version. -version = '0.0.4' +version = '0.1.0' # The full version, including alpha/beta/rc tags. -release = '0.0.4' +release = '0.1.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.cfg b/setup.cfg index 3b0db4e..87a96c5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.4 +current_version = 0.1.0 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index 9bf238e..d28e264 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ install_requires = [ setup( name='synthale', - version='0.0.4', + version='0.1.0', url='https://github.com/shouptech/synthale', author='Mike Shoup', author_email='mike@shoup.io', diff --git a/src/synthale/__init__.py b/src/synthale/__init__.py index dcbc637..1ac8923 100644 --- a/src/synthale/__init__.py +++ b/src/synthale/__init__.py @@ -15,4 +15,4 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -VERSION = '0.0.4' +VERSION = '0.1.0'