Skip to content

Commit

Permalink
Bump version: 0.2.1 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svandenb080618 committed Jun 26, 2020
1 parent 9c97714 commit e1d4f36
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.2.1
current_version = 0.3.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.2.1",
version="0.3.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.2.1"
__version__ = "0.3.0"

0 comments on commit e1d4f36

Please sign in to comment.