Skip to content

Commit fcab5aa

Browse files
Publish 0.1.6
SHA256 hashes: dist/jupyter_releaser-0.1.6-py3-none-any.whl: 5fcab818e38031f09c14c513d353938e9e8b2559ec8ba9648424d448117e3d07 dist/jupyter_releaser-0.1.6.tar.gz: a3895babccb6a216387e2e1fdbaf0ff17900b47e6186a2ddbd6cd40199a3a61b
1 parent 21c1b6c commit fcab5aa

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.5"
3+
__version__ = "0.1.6"

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