Skip to content

Commit f6199b4

Browse files
Publish 0.1.13
SHA256 hashes: dist/jupyter_releaser-0.1.13-py3-none-any.whl: dd9cd70ae3f59d0671c85a7a1d114db774732fb797475f026a60202407a61400 dist/jupyter_releaser-0.1.13.tar.gz: 7e3dc305624ee4affc5d65ed33daa46ef89db0ef3eb3a489708cd3a563b79097
1 parent 463047c commit f6199b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jupyter_releaser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Copyright (c) Jupyter Development Team.
22
# Distributed under the terms of the Modified BSD License.
3-
__version__ = "0.1.12"
3+
__version__ = "0.1.13"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
ignore = ["tbump.toml", ".*", "codecov.yml"]
77

88
[tool.tbump.version]
9-
current = "0.1.12"
9+
current = "0.1.13"
1010
regex = '''
1111
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
1212
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)