Skip to content

Commit

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

fps_auth-0.0.11-py3-none-any.whl: 357537fbb4d4fdc6b17182ad432b10da38fa77d3bec873c1ca330dcaa3e0ef65

fps_auth-0.0.11.tar.gz: 42b08e0e0bd6f4201d18fbe7e48bc35fbb8226a8a0acccca2a74498e07f71f1d

fps_contents-0.0.11-py3-none-any.whl: b232dbb8e83d704a731a8ef2b6a4e8374a4454c96c691d315cf63894e4f13422

fps_contents-0.0.11.tar.gz: ee1d9f448357efbcc9f94ec2db8e3f29f1cf94eabb6bbd423f49786201298fa7

fps_jupyterlab-0.0.11-py3-none-any.whl: 875657db09900896a2695f0ec554994a5a2d6d03ccb427814a8b6b2bcddc9958

fps_jupyterlab-0.0.11.tar.gz: 2085df2afcbbf2223047cc37acfaad094544c950974f8efcf454b41bebf01760

fps_kernels-0.0.11-py3-none-any.whl: e31b5909ac3bc9e55a3e0d86a5903939b2f45cc2b04e1ab88788a68633f050b9

fps_kernels-0.0.11.tar.gz: 6168ca621132626687ece8e4b434ca39579919858612ad73a8184367b5d8d908

fps_lab-0.0.11-py3-none-any.whl: b2a0da36df0818a95d5d1f9c1a229d8c038c2310e4ba3354f2ec0ab6bde4dcfe

fps_lab-0.0.11.tar.gz: 700ff8925ee41a07522975a4a9c73dd6a70bbb8a11cd9a0eaa335e385591e6bf

fps_nbconvert-0.0.11-py3-none-any.whl: 4ded6f44f4b4aed829b3a554aa27a7ea3d1e9b8354a8ba8eebf0f16b2cc6e18b

fps_nbconvert-0.0.11.tar.gz: cc61a6b5df507c645480d3a43fb02c150d2e97b5c092be50361e4daacefcef5f

fps_retrolab-0.0.11-py3-none-any.whl: bd86f042a68382b55a105d4aca6adff49866cbb891f01bdb32481702848cf938

fps_retrolab-0.0.11.tar.gz: 3c93619a9cac4aa128c71d35fa2e1666fdc0b890192d31613adde0818a3e2875

fps_terminals-0.0.11-py3-none-any.whl: 9bfa2e2fe7e6c4fbafd2db6ad821b10ef80e4fde40fb7eed3706db95d05bc354

fps_terminals-0.0.11.tar.gz: 31adf9f2a04f40e324bc535c683467efa8a0ad128324ef81d617b7f0c3bbce28

fps_yjs-0.0.11-py3-none-any.whl: e11887310d552fc75b5411401ea268ac68f826f97252f7f7c2125c14db5f38e4

fps_yjs-0.0.11.tar.gz: 7a892ca3a0fb8704bfdfe526aedac769300b3ea3edb2ac7c3e750c976632131b

jupyverse-0.0.11-py2.py3-none-any.whl: 0f01a26cc71b9d5a99b532742f2eadb879258f89fb116677f86fe57644901790

jupyverse-0.0.11.tar.gz: 76284e18006c6119a89b65d1b563db16ea7b9bf0fceb4ecb6b7f6e72359251f0
  • Loading branch information
github-actions[bot] committed Oct 11, 2021
1 parent ac77870 commit d22b22b
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion jupyverse/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.7"
__version__ = "0.0.11"
2 changes: 1 addition & 1 deletion plugins/auth/fps_auth/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.7"
__version__ = "0.0.11"
2 changes: 1 addition & 1 deletion plugins/auth/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ignore = [".*"]

[tool.tbump.version]
current = "0.0.7"
current = "0.0.11"
regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion plugins/contents/fps_contents/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.7"
__version__ = "0.0.11"
2 changes: 1 addition & 1 deletion plugins/contents/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ignore = [".*"]

[tool.tbump.version]
current = "0.0.7"
current = "0.0.11"
regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion plugins/jupyterlab/fps_jupyterlab/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.7"
__version__ = "0.0.11"
2 changes: 1 addition & 1 deletion plugins/jupyterlab/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ignore = [".*"]

[tool.tbump.version]
current = "0.0.7"
current = "0.0.11"
regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion plugins/kernels/fps_kernels/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.7"
__version__ = "0.0.11"
2 changes: 1 addition & 1 deletion plugins/kernels/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ignore = [".*"]

[tool.tbump.version]
current = "0.0.7"
current = "0.0.11"
regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion plugins/lab/fps_lab/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.7"
__version__ = "0.0.11"
2 changes: 1 addition & 1 deletion plugins/lab/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ignore = [".*"]

[tool.tbump.version]
current = "0.0.7"
current = "0.0.11"
regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion plugins/nbconvert/fps_nbconvert/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.7"
__version__ = "0.0.11"
2 changes: 1 addition & 1 deletion plugins/nbconvert/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ignore = [".*"]

[tool.tbump.version]
current = "0.0.7"
current = "0.0.11"
regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion plugins/retrolab/fps_retrolab/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.7"
__version__ = "0.0.11"
2 changes: 1 addition & 1 deletion plugins/retrolab/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ignore = [".*"]

[tool.tbump.version]
current = "0.0.7"
current = "0.0.11"
regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion plugins/terminals/fps_terminals/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.7"
__version__ = "0.0.11"
2 changes: 1 addition & 1 deletion plugins/terminals/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ignore = [".*"]

[tool.tbump.version]
current = "0.0.7"
current = "0.0.11"
regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion plugins/yjs/fps_yjs/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.7"
__version__ = "0.0.11"
2 changes: 1 addition & 1 deletion plugins/yjs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ignore = [".*"]

[tool.tbump.version]
current = "0.0.7"
current = "0.0.11"
regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ignore = [".*"]

[tool.tbump.version]
current = "0.0.7"
current = "0.0.11"
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 d22b22b

Please sign in to comment.