Skip to content

Commit

Permalink
Bump to 8.9.0.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Apr 5, 2024
1 parent 58b7a79 commit caf3b42
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ipyparallel/_version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import re

__version__ = "8.8.0"
__version__ = "8.9.0.dev"

# matches tbump regex in pyproject.toml
_version_regex = re.compile(
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipyparallel-labextension",
"version": "8.8.0",
"version": "8.9.0",
"private": true,
"description": "A JupyterLab extension for IPython Parallel.",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "hatchling.build"

[project]
name = "ipyparallel"
version = "8.8.0"
version = "8.9.0.dev"
authors = [{name = "IPython Development Team", email = "ipython-dev@scipy.org"}]
license = {file = "COPYING.md"}
readme = "README.md"
Expand Down Expand Up @@ -170,7 +170,7 @@ select = [
github_url = "https://github.com/jupyterhub/jupyterhub"

[tool.tbump.version]
current = "8.8.0"
current = "8.9.0.dev"

# pep440 regex
regex = '''
Expand Down

0 comments on commit caf3b42

Please sign in to comment.