From feb0d1017d3a11bcd1649d177b60e3405e2f00ed Mon Sep 17 00:00:00 2001 From: pelssers Date: Tue, 25 Aug 2020 10:18:15 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.2.0=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 +- flamedisx/__init__.py | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ba568867a..d56c78e0f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.0 +current_version = 1.3.0 files = setup.py flamedisx/__init__.py docs/source/conf.py commit = True tag = True diff --git a/docs/source/conf.py b/docs/source/conf.py index 3b6689c39..3570be213 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,7 +22,7 @@ author = 'Jelle Aalbers, Bart Pelssers, V. Cristian Antochi, Pueh Leng Tan' # The full version, including alpha/beta/rc tags -release = '1.2.0' +release = '1.3.0' # -- General configuration --------------------------------------------------- diff --git a/flamedisx/__init__.py b/flamedisx/__init__.py index 48eb2ea70..6f9a368bd 100644 --- a/flamedisx/__init__.py +++ b/flamedisx/__init__.py @@ -1,4 +1,4 @@ -__version__ = '1.2.0' +__version__ = '1.3.0' from .utils import * from .source import * diff --git a/setup.py b/setup.py index 0e0b61c7e..d71469bd8 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setuptools.setup( name='flamedisx', - version='1.2.0', + version='1.3.0', description='Fast likelihood analysis in more dimensions for xenon TPCs', author='Jelle Aalbers, Bart Pelssers, Cristian Antochi', url='https://github.com/FlamTeam/flamedisx',