Skip to content

Commit

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

jupyter_events-0.2.0-py3-none-any.whl: 6a1d8bc6c98da8a8d2873305d87bbafcfa95a22a17d0912be933b1c614ee18e0

jupyter_events-0.2.0.tar.gz: 0fc2567f3cefbce8da40c0fa2c8214d0c51140a99a157c78ddd63ef0f1b38b4c
  • Loading branch information
github-actions[bot] committed Aug 11, 2022
1 parent 0a879f3 commit 10a845f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions jupyter_events/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (0, 1, 0, "", "")
__version__ = "0.1.0"
version_info = (0, 2, 0, "", "")
__version__ = "0.2.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ test = [
path = "jupyter_events/_version.py"

[tool.tbump.version]
current = "0.1.0"
current = "0.2.0"
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 10a845f

Please sign in to comment.