Skip to content

Commit

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

jupyter_releaser-0.4.4-py3-none-any.whl: 0a6c7e22411b46b9c64e405be0356ad7b3a67cd30f82b5b21a4ec8751601d7ee

jupyter_releaser-0.4.4.tar.gz: 9bd556aa35c7c3ddf0e35c4052af9527085ceacb12f5544ca7897f79c9157720
  • Loading branch information
Steven Silvester committed Aug 18, 2021
1 parent 18741c4 commit 3127bd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.4.3"
__version__ = "0.4.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.4.3"
current = "0.4.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 3127bd9

Please sign in to comment.