Skip to content

Commit

Permalink
Bump version: 1.4.1 → 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleAalbers committed Jun 29, 2021
1 parent 55cc765 commit 840e801
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion flamedisx/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.4.1'
__version__ = '1.5.0'

from .utils import *
from .source import *
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 840e801

Please sign in to comment.