Skip to content

Commit 2f800ad

Browse files
Publish 0.1.11
SHA256 hashes: dist/jupyter_releaser-0.1.11-py3-none-any.whl: 0df6ab32b01b5d2125780dc5fc90b31c7a2a246fc37dc207e8dd65c4a6385543 dist/jupyter_releaser-0.1.11.tar.gz: fb60a68db3e73b2f8d4ac8c62100c22fb0047d7dc167b914f015d7ac09424de1
1 parent 60f2b82 commit 2f800ad

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.10"
3+
__version__ = "0.1.11"

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.10"
9+
current = "0.1.11"
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)