Skip to content

Commit ad1de19

Browse files
Publish 0.13.0
SHA256 hashes: terminado-0.13.0-py3-none-any.whl: 50a18654ad0cff153fdeb58711c9a7b25e0e2b74fb721dbaddd9e80d5612fac6 terminado-0.13.0.tar.gz: 713531ccb5db7d4f544651f14050da79809030f00d1afa21462088cf32fb143a
1 parent 15c95dc commit ad1de19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
skip = ["check-links"]
77

88
[tool.tbump.version]
9-
current = "0.12.4"
9+
current = "0.13.0"
1010
regex = '''
1111
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
1212
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

terminado/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# Prevent a warning about no attached handlers in Python 2
1313
logging.getLogger(__name__).addHandler(logging.NullHandler())
1414

15-
__version__ = '0.12.4'
15+
__version__ = '0.13.0'

0 commit comments

Comments
 (0)