Skip to content

Commit 47de0cd

Browse files
Publish 0.1.10
SHA256 hashes: dist/jupyter_releaser-0.1.10-py3-none-any.whl: d6d2bf4274400fbe17fc0afbf0778e1d7d56df6b09d47aa0b1aca072149e7fb4 dist/jupyter_releaser-0.1.10.tar.gz: 9ce2032dd8b195d6ffa5ff547a48f38ff0bc986566f278338564b405a46cd483
1 parent eddc132 commit 47de0cd

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.9"
3+
__version__ = "0.1.10"

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