Skip to content

Commit cba7bf7

Browse files
Publish 0.1.7
SHA256 hashes: dist/jupyter_releaser-0.1.7-py3-none-any.whl: 4b99d8e2d2ac690d1b91a1af13e50821f6d2e964b3e740b4bb48ad15d89b8b0d dist/jupyter_releaser-0.1.7.tar.gz: 482a0c738135adbdb8bfd8a17fb96e03aa2c144d57e67ce24d908470c7ab9bef
1 parent 2997e4d commit cba7bf7

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.6"
3+
__version__ = "0.1.7"

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