Skip to content

Commit bfac015

Browse files
committed
Bump to 9.0.1
1 parent ff9d270 commit bfac015

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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__ = "9.1.0.dev"
3+
__version__ = "9.0.1"
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": "9.1.0",
3+
"version": "9.0.1",
44
"private": true,
55
"description": "A JupyterLab extension for IPython Parallel.",
66
"keywords": [

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "hatchling.build"
77

88
[project]
99
name = "ipyparallel"
10-
version = "9.1.0.dev"
10+
version = "9.0.1"
1111
authors = [{name = "IPython Development Team", email = "[email protected]"}]
1212
license = {file = "COPYING.md"}
1313
readme = "README.md"
@@ -183,7 +183,7 @@ select = [
183183
github_url = "https://github.com/jupyterhub/jupyterhub"
184184

185185
[tool.tbump.version]
186-
current = "9.1.0.dev"
186+
current = "9.0.1"
187187

188188
# pep440 regex
189189
regex = '''

0 commit comments

Comments
 (0)