Skip to content

Commit 8a83374

Browse files
Publish 0.13.1
SHA256 hashes: terminado-0.13.1-py3-none-any.whl: f446b522b50a7aa68b5def0a02893978fb48cb82298b0ebdae13003c6ee6f198 terminado-0.13.1.tar.gz: 5b82b5c6e991f0705a76f961f43262a7fb1e55b093c16dca83f16384a7f39b7b
1 parent 548f315 commit 8a83374

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

0 commit comments

Comments
 (0)