File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11import re
22
3- __version__ = "8.6.0.dev "
3+ __version__ = "8.5.1 "
44
55# matches tbump regex in pyproject.toml
66_version_regex = re .compile (
Original file line number Diff line number Diff line change 11{
22 "name" : " ipyparallel-labextension" ,
3- "version" : " 8.6.0 " ,
3+ "version" : " 8.5.1 " ,
44 "private" : true ,
55 "description" : " A JupyterLab extension for IPython Parallel." ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = "hatchling.build"
77
88[project ]
99name = " ipyparallel"
10- version = " 8.6.0.dev "
10+ version = " 8.5.1 "
1111authors = [{name = " IPython Development Team" , email = " ipython-dev@scipy.org" }]
1212license = {file = " COPYING.md" }
1313readme = " README.md"
@@ -145,7 +145,7 @@ filterwarnings = [
145145github_url = " https://github.com/jupyterhub/jupyterhub"
146146
147147[tool .tbump .version ]
148- current = " 8.6.0.dev "
148+ current = " 8.5.1 "
149149
150150# pep440 regex
151151regex = '''
You can’t perform that action at this time.
0 commit comments