Skip to content

Commit

Permalink
Publish 0.9.4
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyter_releaser-0.9.4-py3-none-any.whl: a1d96decf01c16f56e190f592d4543968ceea3b57c4381dfd98fa9e1510bd388

jupyter_releaser-0.9.4.tar.gz: e965039399df42963037e14c6c7aa07ab5a345f3592c7af05a642ab3fda657cb
  • Loading branch information
github-actions[bot] committed Oct 21, 2021
1 parent c7e8163 commit e2db157
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "Project Jupyter"

# The full version, including alpha/beta/rc tags.
release = "0.9.3"
release = "0.9.4"
# The short X.Y version.
version = ".".join(release.split(".")[:2])

Expand Down
2 changes: 1 addition & 1 deletion jupyter_releaser/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.
__version__ = "0.9.3"
__version__ = "0.9.4"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
ignore = ["tbump.toml", ".*", "codecov.yml"]

[tool.tbump.version]
current = "0.9.3"
current = "0.9.4"
regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
Expand Down

0 comments on commit e2db157

Please sign in to comment.