Skip to content

Commit

Permalink
Bump version: 0.2.0 → 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
svandenb080618 committed Jun 26, 2020
1 parent beb5b78 commit 0d2f582
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.0
current_version = 0.2.1
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(.dev(?P<dev>\d+))?
serialize =
{major}.{minor}.{patch}.dev{dev}
Expand All @@ -15,4 +15,3 @@ max-line-length = 88
[bumpversion:file:setup.py]

[bumpversion:file:spintest/__init__.py]

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.0",
version="0.2.1",
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 @@ -37,4 +37,4 @@ def spintest(


__all__ = ["spintest", "TaskManager"]
__version__ = "0.2.0"
__version__ = "0.2.1"

0 comments on commit 0d2f582

Please sign in to comment.