Skip to content

Commit 79531c8

Browse files
Publish 0.13.3
SHA256 hashes: terminado-0.13.3-py3-none-any.whl: 874d4ea3183536c1782d13c7c91342ef0cf4e5ee1d53633029cbc972c8760bd8 terminado-0.13.3.tar.gz: 94d1cfab63525993f7d5c9b469a50a18d0cdf39435b59785715539dd41e36c0d
1 parent 7baea3a commit 79531c8

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.13.2"
9+
current = "0.13.3"
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.13.2'
15+
__version__ = '0.13.3'

0 commit comments

Comments
 (0)