Skip to content

Commit cbd3419

Browse files
Publish 0.1.1
SHA256 hashes: dist/jupyter_releaser-0.1.1-py3-none-any.whl: 471012787d5fc6936cfba1d505f9dcc1bd3cf174f305dd27c60dc7645ec3b5c0 dist/jupyter_releaser-0.1.1.tar.gz: 5e205623e5a088956886b1cb3e26db837cdaea94335017d025b3fd7fb4da8845
1 parent 4d5ff35 commit cbd3419

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.0.1"
3+
__version__ = "0.1.1"

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