From 840e8010a4f9e1c54221c07d08c9a4365fcd0d29 Mon Sep 17 00:00:00 2001 From: Jelle Aalbers Date: Tue, 29 Jun 2021 09:26:53 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.4.1=20=E2=86=92=201.5.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 65d09cd64..1a04b6dba 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.4.1 +current_version = 1.5.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 b8be5127b..0be1b459d 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.4.1' +release = '1.5.0' # -- General configuration --------------------------------------------------- diff --git a/flamedisx/__init__.py b/flamedisx/__init__.py index d1c4561e4..b421e1332 100644 --- a/flamedisx/__init__.py +++ b/flamedisx/__init__.py @@ -1,4 +1,4 @@ -__version__ = '1.4.1' +__version__ = '1.5.0' from .utils import * from .source import * diff --git a/setup.py b/setup.py index f9b78d5cf..cb94f107d 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setuptools.setup( name='flamedisx', - version='1.4.1', + version='1.5.0', description='Fast likelihood analysis in more dimensions for xenon TPCs', author='Jelle Aalbers, Bart Pelssers, Cristian Antochi', url='https://github.com/FlamTeam/flamedisx',