Skip to content

Commit

Permalink
Bump version: 2.0.0 → 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleAalbers committed Apr 3, 2024
1 parent 5c1a20d commit 75c40dc
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 = 2.0.0
current_version = 2.1.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 = 'Flamedisx developers'

# The full version, including alpha/beta/rc tags
release = '2.0.0'
release = '2.1.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__ = '2.0.0'
__version__ = '2.1.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='2.0.0',
version='2.1.0',
description='Fast likelihood analysis in more dimensions for xenon TPCs',
author='Flamedisx developers',
url='https://github.com/FlamTeam/flamedisx',
Expand Down

0 comments on commit 75c40dc

Please sign in to comment.