Skip to content

Commit

Permalink
Bump version: 1.2.0 → 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hammannr committed Dec 11, 2024
1 parent 6ce2095 commit 78aa9b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.2.0
current_version = 1.2.1
files = setup.py blueice/__init__.py
commit = True
tag = True
2 changes: 1 addition & 1 deletion blueice/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
# from .inference import * # Not needed, all the inference methods are added to LogLikelihood
from .parallel import *

__version__ = '1.2.0'
__version__ = '1.2.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
test_requirements = requirements + ['coverage']

setup(name='blueice',
version='1.2.0',
version='1.2.1',
description='Build Likelihoods Using Efficient Interpolations from monte-Carlo generated Events',
long_description=readme + '\n\n' + history,
author='Jelle Aalbers',
Expand Down

0 comments on commit 78aa9b5

Please sign in to comment.