Skip to content

Commit

Permalink
Bump version: 1.4.0 → 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleAalbers committed Apr 20, 2021
1 parent 2e5a883 commit f5e373b
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.0
current_version = 1.4.1
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.0'
release = '1.4.1'


# -- 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.0'
__version__ = '1.4.1'

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.0',
version='1.4.1',
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 f5e373b

Please sign in to comment.