Skip to content

Commit

Permalink
Bump version: 1.1.2 → 1.2.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
JunCEEE committed Feb 2, 2024
1 parent 245edc1 commit 3545cc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.2
current_version = 1.2.0b1
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z+])(?P<build>\d+))?
Expand All @@ -10,7 +10,7 @@ serialize =
[bumpversion:part:release]
first_value = 0
values =
0
0
a
b

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__ = "[email protected], [email protected], [email protected], [email protected]"
__version__ = "1.1.2"
__version__ = "1.2.0b1"
__release__ = __version__

from .BaseCalculator import BaseCalculator, CalculatorParameters
Expand Down

0 comments on commit 3545cc9

Please sign in to comment.