-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SHA256 hashes: jupyter_packaging-0.12.3-py3-none-any.whl: c1a376b23bcaced6dfc9ab0e924b015ce11552a1a5bccf783c6476957c538348 jupyter_packaging-0.12.3.tar.gz: 9d9b2b63b97ffd67a8bc5391c32a421bc415b264a32c99e4d8d8dd31daae9cf4
- Loading branch information
1 parent
e542660
commit 17ec074
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build" | |
|
||
[project] | ||
name = "jupyter_packaging" | ||
version = "0.12.2" | ||
version = "0.12.3" | ||
description = "Jupyter Packaging Utilities." | ||
license = { file = "LICENSE" } | ||
authors = [{name = "Jupyter Development Team", email = "[email protected]"}] | ||
|
@@ -53,7 +53,7 @@ test = [ | |
skip = ["check-links"] | ||
|
||
[tool.tbump.version] | ||
current = "0.12.2" | ||
current = "0.12.3" | ||
regex = ''' | ||
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+) | ||
((?P<channel>a|b|rc|.dev)(?P<release>\d+))? | ||
|