-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SHA256 hashes: foobar-0.11.2-py2.py3-none-any.whl: dd3df5b566b69be28c7ab851d12605991c0963b820b3e13da0de5acfae3c6787 foobar-0.11.2.tar.gz: 803f28156f1907da3a79725c462f8306a0c496d1250def08a90ddaba5df3223f
- Loading branch information
1 parent
317a3bc
commit 832113c
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "@jupyterlab/maintainer-tools", | ||
"version": "0.11.1", | ||
"version": "0.11.2", | ||
"private": true | ||
} |
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 = "flit_core.buildapi" | |
|
||
[project] | ||
name = "foobar" | ||
version = "0.11.1" | ||
version = "0.11.2" | ||
authors = [{name = "Sir Robin", email = "[email protected]"}] | ||
dynamic = ["description"] | ||
readme = "README.md" | ||
|
@@ -19,7 +19,7 @@ skip = ["check-links", "publish-assets", "check-manifest"] | |
after-draft-release = ["bash ./.github/scripts/bump_tag.sh"] | ||
|
||
[tool.tbump.version] | ||
current = "0.11.1" | ||
current = "0.11.2" | ||
regex = ''' | ||
(?P<major>\d+) | ||
\. | ||
|