From 77119b965ed59f0beb5be0756e0d8a398145bee9 Mon Sep 17 00:00:00 2001 From: Daniel Schick Date: Thu, 18 Nov 2021 13:16:38 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.2.2=20=E2=86=92=201.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- docs/source/conf.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 30dbf7d..baae6c3 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.2 +current_version = 1.3.0 commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+) diff --git a/docs/source/conf.py b/docs/source/conf.py index 5c04a36..e4a676c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,7 +24,7 @@ author = 'Daniel Schick' # The short X.Y version -version = '1.2.2' +version = '1.3.0' # The full version, including alpha/beta/rc tags release = version diff --git a/setup.py b/setup.py index 393431a..75d835b 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='pyEvalData', - version='1.2.2', + version='1.3.0', packages=find_packages(), url='https://github.com/dschick/pyEvalData', install_requires=['numpy',