Skip to content

Commit

Permalink
Bump version: 0.3.0 → 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svandenb080618 committed Feb 1, 2021
1 parent f112560 commit f233854
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.0
current_version = 0.4.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(.dev(?P<dev>\d+))?
serialize =
{major}.{minor}.{patch}.dev{dev}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def parse_requirements(requirements_file):

setup(
name="spintest",
version="0.3.0",
version="0.4.0",
license="BSD-3-Clause",
author="Matthieu Gouel",
author_email="[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion spintest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ def spintest(


__all__ = ["spintest", "TaskManager"]
__version__ = "0.3.0"
__version__ = "0.4.0"

0 comments on commit f233854

Please sign in to comment.