-
-
Notifications
You must be signed in to change notification settings - Fork 375
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SHA256 hashes: ipykernel-6.14.0-py3-none-any.whl: cbf50ed3dc9998d4077d8cd263275f232cbe67dbd2e79cd6d2644f3a4418148b ipykernel-6.14.0.tar.gz: 720f2a07aadf70ca05b034f2cdd0590a8bd56581ddf3b7ec4a37075366270e89
- Loading branch information
1 parent
eede7bd
commit 121c1a0
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 = "ipykernel" | ||
version = "6.13.1" | ||
version = "6.14.0" | ||
authors = [{name = "IPython Development Team", email = "[email protected]"}] | ||
license = {file = "COPYING.md"} | ||
readme = "README.md" | ||
|
@@ -60,7 +60,7 @@ artifacts = ["ipykernel_launcher.py"] | |
skip = ["check-links"] | ||
|
||
[tool.tbump.version] | ||
current = "6.13.1" | ||
current = "6.14.0" | ||
regex = ''' | ||
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+) | ||
((?P<channel>a|b|rc|.dev)(?P<release>\d+))? | ||
|