Skip to content

Commit 37a2f1d

Browse files
authored
Bump version: 0.5.0 → 0.5.1 (#28)
* Update author * Update version * Update version * Update __init__.py
1 parent 77adc49 commit 37a2f1d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.0
2+
current_version = 0.5.1
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(.dev(?P<dev>\d+))?
44
serialize =
55
{major}.{minor}.{patch}.dev{dev}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def parse_requirements(requirements_file):
1111

1212
setup(
1313
name="spintest",
14-
version="0.5.0",
14+
version="0.5.1",
1515
license="BSD-3-Clause",
1616
author="Nicolas Boissinot",
1717
author_email="[email protected]",

spintest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ def spintest(
4343

4444

4545
__all__ = ["spintest", "TaskManager"]
46-
__version__ = "0.5.0"
46+
__version__ = "0.5.1"

0 commit comments

Comments
 (0)