Skip to content

Commit

Permalink
Bump version: 1.2.4 → 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsten Fortmann-Grote committed May 3, 2024
1 parent cece575 commit 2655e33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.4
current_version = 1.2.5
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z+])(?P<build>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion libpyvinyl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
""" :module: Exposes all user facing classes in the common libpyvinyl namespace"""
__author__ = "Carsten Fortmann-Grote, Mads Bertelsen, Juncheng E, Shervin Nourbakhsh"
__email__ = "carsten.grote@xfel.eu, juncheng.e@xfel.eu, Mads.Bertelsen@ess.eu, nourbakhsh@ill.fr"
__version__ = "1.2.4"
__version__ = "1.2.5"
__release__ = __version__

from .BaseCalculator import BaseCalculator, CalculatorParameters
Expand Down

0 comments on commit 2655e33

Please sign in to comment.