Skip to content

Commit

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

jupyter_scheduler-0.3.0-py3-none-any.whl: ad5f83e1895c1c49ce45aed977266f18dd70cf4453890bc8fa94a35bc8c7bc98

jupyter_scheduler-0.3.0.tar.gz: d5798605bb684adbb54df0cacdca768d476f25ec8e0416cd726587200df79ba8

jupyterlab-scheduler-0.3.0.tgz: 5cfbb1e333fe6ea6cf090ebd3f9922763e5bcf708864699097de131cf92436c0
  • Loading branch information
github-actions[bot] committed Sep 28, 2022
1 parent 47da94a commit c776e2d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jupyter_scheduler/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

__all__ = ["__version__"]

version_info = (0, 2, 1, "", "")
version_info = (0, 3, 0, "", "")
__version__ = ".".join(map(str, version_info[:3])) + "".join(version_info[3:])
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyterlab/scheduler",
"version": "0.2.1",
"version": "0.3.0",
"description": "A JupyterLab extension for running notebook jobs",
"keywords": [
"jupyter",
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_scheduler"
version = "0.2.1"
version = "0.3.0"
description = "A JupyterLab extension for running notebook jobs"
readme = "README.md"
license = { file = "LICENSE" }
Expand Down Expand Up @@ -79,7 +79,7 @@ source_dir = "src"
build_dir = "jupyter_scheduler/labextension"

[tool.tbump.version]
current = "0.2.1"
current = "0.3.0"
regex = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)((?P<channel>a|b|rc|.dev)(?P<release>\\d+))?"

[[tool.tbump.file]]
Expand Down

0 comments on commit c776e2d

Please sign in to comment.