Skip to content

Commit

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

jupyter_packaging-0.12.2-py3-none-any.whl: 2fb1d417d4877c0c1d359744fd6c98e94eeae050b3e02d62d834e52f2dbe36fa

jupyter_packaging-0.12.2.tar.gz: 0b99eaecf56b9d1d99e7bcb6632d914a8ea5698da40b238ba89227a34157de32
  • Loading branch information
github-actions[bot] committed Jun 20, 2022
1 parent 386b22b commit c92f291
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jupyter_packaging/setupbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def list2cmdline(cmd_list):
return " ".join(map(shlex.quote, cmd_list))


__version__ = "0.12.1"
__version__ = "0.12.2"

# ---------------------------------------------------------------------------
# Top Level Variables
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "jupyter_packaging"
version = "0.12.1"
version = "0.12.2"
description = "Jupyter Packaging Utilities."
license = { file = "LICENSE" }
authors = [{name = "Jupyter Development Team", email = "[email protected]"}]
Expand Down Expand Up @@ -53,7 +53,7 @@ test = [
skip = ["check-links"]

[tool.tbump.version]
current = "0.12.1"
current = "0.12.2"
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 c92f291

Please sign in to comment.