Skip to content

Commit 16ef415

Browse files
committed
Bump version: 3.0 → 3.1
1 parent 76e5591 commit 16ef415

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 = 3.0
2+
current_version = 3.1
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
setup(
2222
name="tap.py",
23-
version="3.0",
23+
version="3.1",
2424
url="https://github.com/python-tap/tappy",
2525
license="BSD",
2626
author="Matt Layman",

tap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .runner import TAPTestRunner
22

33
__all__ = ["TAPTestRunner"]
4-
__version__ = "3.0"
4+
__version__ = "3.1"

0 commit comments

Comments
 (0)