Skip to content

Commit ab7ed0a

Browse files
committed
Bump to 8.3.0.dev
1 parent 4a8b409 commit ab7ed0a

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.2.0"
3+
__version__ = "8.3.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.2.0",
3+
"version": "8.3.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
@@ -20,7 +20,7 @@ target_version = [
2020
github_url = "https://github.com/jupyterhub/jupyterhub"
2121

2222
[tool.tbump.version]
23-
current = "8.2.0"
23+
current = "8.3.0.dev"
2424

2525
# pep440 regex
2626
regex = '''

0 commit comments

Comments
 (0)