Skip to content

Commit

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

jupyter_packaging-0.12.0-py2.py3-none-any.whl: a90902c8b8718c4e1164dfe275b611fbf67fee6bf0070587a735d601010ae81b

jupyter_packaging-0.12.0.tar.gz: b27455d60adc93a7baa2e0b8f386be81b932bb4e3c0116046df9ed230cd3faac
  • Loading branch information
github-actions[bot] committed Mar 24, 2022
1 parent 0bbda86 commit 7cc28c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jupyter_packaging/setupbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def list2cmdline(cmd_list):
return " ".join(map(pipes.quote, cmd_list))


__version__ = "0.11.1"
__version__ = "0.12.0"

# ---------------------------------------------------------------------------
# Top Level Variables
Expand Down
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"
skip = ["check-links"]

[tool.tbump.version]
current = "0.11.1"
current = "0.12.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 7cc28c6

Please sign in to comment.