Skip to content

Commit e5cbe37

Browse files
Publish 0.2.1
SHA256 hashes: jupyter_releaser-0.2.1-py3-none-any.whl: 8d54ff72d19a0d3182b184ff17d3db7f3e2b74837e056c2f6da9f9d85f3a86b8 jupyter_releaser-0.2.1.tar.gz: 6f2ae3f8f3b6e23da04a876171377a778a54086cd4fd7b1a2fd3b51358633d52
1 parent b1219a2 commit e5cbe37

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.2.0"
3+
__version__ = "0.2.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.2.0"
9+
current = "0.2.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)