Skip to content

Commit bbbb83b

Browse files
Publish 0.1.3
SHA256 hashes: dist/jupyter_releaser-0.1.3-py3-none-any.whl: a84e5880dc678560ce0d0ea939c5877d8da47518d7f466f9266ea4128e3922c6 dist/jupyter_releaser-0.1.3.tar.gz: deb66b06a8c4cd3e8195ad016585269407f4061538102fa83d7e0095c7997c1c
1 parent 6b1f652 commit bbbb83b

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.2"
3+
__version__ = "0.1.3"

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.2"
9+
current = "0.1.3"
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)