We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a8b409 commit ab7ed0aCopy full SHA for ab7ed0a
ipyparallel/_version.py
@@ -1,6 +1,6 @@
1
import re
2
3
-__version__ = "8.2.0"
+__version__ = "8.3.0.dev"
4
5
# matches tbump regex in pyproject.toml
6
_version_regex = re.compile(
package.json
{
"name": "ipyparallel-labextension",
- "version": "8.2.0",
+ "version": "8.3.0",
"private": true,
"description": "A JupyterLab extension for IPython Parallel.",
"keywords": [
pyproject.toml
@@ -20,7 +20,7 @@ target_version = [
20
github_url = "https://github.com/jupyterhub/jupyterhub"
21
22
[tool.tbump.version]
23
-current = "8.2.0"
+current = "8.3.0.dev"
24
25
# pep440 regex
26
regex = '''
0 commit comments