From 8a8337414b7fc84590985ed1732110fa5fd80da8 Mon Sep 17 00:00:00 2001 From: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 14:21:29 +0000 Subject: [PATCH] Publish 0.13.1 SHA256 hashes: terminado-0.13.1-py3-none-any.whl: f446b522b50a7aa68b5def0a02893978fb48cb82298b0ebdae13003c6ee6f198 terminado-0.13.1.tar.gz: 5b82b5c6e991f0705a76f961f43262a7fb1e55b093c16dca83f16384a7f39b7b --- pyproject.toml | 2 +- terminado/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cfcc1c3..cb04678 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" skip = ["check-links"] [tool.tbump.version] -current = "0.13.0" +current = "0.13.1" regex = ''' (?P\d+)\.(?P\d+)\.(?P\d+) ((?Pa|b|rc|.dev)(?P\d+))? diff --git a/terminado/__init__.py b/terminado/__init__.py index 2d85d4a..fda8c89 100644 --- a/terminado/__init__.py +++ b/terminado/__init__.py @@ -12,4 +12,4 @@ # Prevent a warning about no attached handlers in Python 2 logging.getLogger(__name__).addHandler(logging.NullHandler()) -__version__ = '0.13.0' +__version__ = '0.13.1'