Skip to content

Commit 7057920

Browse files
Publish 0.2.0
SHA256 hashes: jupyter_releaser-0.2.0-py3-none-any.whl: 689a501a25668cdd97aaea47de73543efe0fd52a895999d6ce9385062d04e00d jupyter_releaser-0.2.0.tar.gz: c09362826d4bd19c96113ca8703eebaddf49b950d7cd73ed563995a5d8f7a10f
1 parent e6fc4d1 commit 7057920

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.16"
3+
__version__ = "0.2.0"

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