From f55a540049e7343c8404d88b0349449cefdce3b5 Mon Sep 17 00:00:00 2001 From: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Sep 2021 10:34:54 +0000 Subject: [PATCH] Publish 0.5.2 SHA256 hashes: jupyter_releaser-0.5.2-py3-none-any.whl: b433245fb2fdb22030069850b9d11a8667a954b19ffa81ba4e33f8a145bdeb9b jupyter_releaser-0.5.2.tar.gz: ef8308b1058d98936bb94c55f87e0ffe0e54b6be5ea74007835e0b6b0fd70722 --- jupyter_releaser/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jupyter_releaser/__init__.py b/jupyter_releaser/__init__.py index 8e15c1a7..d1692fc2 100644 --- a/jupyter_releaser/__init__.py +++ b/jupyter_releaser/__init__.py @@ -1,3 +1,3 @@ # Copyright (c) Jupyter Development Team. # Distributed under the terms of the Modified BSD License. -__version__ = "0.5.1" +__version__ = "0.5.2" diff --git a/pyproject.toml b/pyproject.toml index 88838392..8ca649ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" ignore = ["tbump.toml", ".*", "codecov.yml"] [tool.tbump.version] -current = "0.5.1" +current = "0.5.2" regex = ''' (?P\d+)\.(?P\d+)\.(?P\d+) ((?Pa|b|rc|.dev)(?P\d+))?