From f827a42a0e6bb19128252432d2fa5e3d94fbd495 Mon Sep 17 00:00:00 2001 From: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Dec 2021 23:32:49 +0000 Subject: [PATCH] Publish 0.10.1 SHA256 hashes: jupyter_releaser-0.10.1-py3-none-any.whl: b02abc19b2d6d3238e2152d02735f54cafb274b4001488b328b138df6a7a05cb jupyter_releaser-0.10.1.tar.gz: 534add6b1f9653fcda328817977ee9c0e3da1b161c57bdca5c2450738cb271ff --- docs/source/conf.py | 2 +- jupyter_releaser/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index f6ee69e8..dba4abc9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -23,7 +23,7 @@ author = "Project Jupyter" # The full version, including alpha/beta/rc tags. -release = "0.10.0" +release = "0.10.1" # The short X.Y version. version = ".".join(release.split(".")[:2]) diff --git a/jupyter_releaser/__init__.py b/jupyter_releaser/__init__.py index dc6ad4d4..a6bfdbac 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.10.0" +__version__ = "0.10.1" diff --git a/pyproject.toml b/pyproject.toml index f26c1868..64fe5701 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.10.0" +current = "0.10.1" regex = ''' (?P\d+)\.(?P\d+)\.(?P\d+) ((?Pa|b|rc|.dev)(?P\d+))?