Skip to content

Commit

Permalink
Bump version: 3.0 → 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mblayman committed Dec 29, 2021
1 parent 76e5591 commit 16ef415
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.0
current_version = 3.1
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -20,7 +20,7 @@

setup(
name="tap.py",
version="3.0",
version="3.1",
url="https://github.com/python-tap/tappy",
license="BSD",
author="Matt Layman",
Expand Down
2 changes: 1 addition & 1 deletion tap/__init__.py
@@ -1,4 +1,4 @@
from .runner import TAPTestRunner

__all__ = ["TAPTestRunner"]
__version__ = "3.0"
__version__ = "3.1"

0 comments on commit 16ef415

Please sign in to comment.