Skip to content

Commit 8285f2d

Browse files
Publish 0.1.9
SHA256 hashes: dist/jupyter_releaser-0.1.9-py3-none-any.whl: 5756b25c82bcb9b618cf74fcfe8c0dd41a9594ced2ce22bf9ed78b0d3f44061a dist/jupyter_releaser-0.1.9.tar.gz: c3bbc29489745562a095fa061353b1082c798acf10a708f23c3bb002d26d67a7
1 parent 87c2cde commit 8285f2d

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.8"
3+
__version__ = "0.1.9"

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.8"
9+
current = "0.1.9"
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)