Skip to content

Commit f9c668a

Browse files
committed
Bump to 8.4.0.dev
1 parent ef3cf29 commit f9c668a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ipyparallel/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import re
22

3-
__version__ = "8.3.0"
3+
__version__ = "8.4.0.dev"
44

55
# matches tbump regex in pyproject.toml
66
_version_regex = re.compile(

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipyparallel-labextension",
3-
"version": "8.3.0",
3+
"version": "8.4.0",
44
"private": true,
55
"description": "A JupyterLab extension for IPython Parallel.",
66
"keywords": [

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ filterwarnings = [
145145
github_url = "https://github.com/jupyterhub/jupyterhub"
146146

147147
[tool.tbump.version]
148-
current = "8.3.0"
148+
current = "8.4.0.dev"
149149

150150
# pep440 regex
151151
regex = '''

0 commit comments

Comments
 (0)