Skip to content

Commit

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

jupyter_packaging-0.12.1-py3-none-any.whl: 7d2df5f097c88ad44de2f741cc493664907a28fbfc693a27683cd67fe0d08c16

jupyter_packaging-0.12.1.tar.gz: 8ca939a805dbe0c073968e8d5603aba0e7e4130d2e956207a37d98f8bc940d34
  • Loading branch information
github-actions[bot] committed May 31, 2022
1 parent 129813c commit 8746af4
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 @@ -58,7 +58,7 @@ def list2cmdline(cmd_list):
return " ".join(map(pipes.quote, cmd_list))


__version__ = "0.12.0"
__version__ = "0.12.1"

# ---------------------------------------------------------------------------
# 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.0"
version = "0.12.1"
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.0"
current = "0.12.1"
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 8746af4

Please sign in to comment.