File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
import re
2
2
3
- __version__ = "9.0.0 "
3
+ __version__ = "9.1.0.dev "
4
4
5
5
# matches tbump regex in pyproject.toml
6
6
_version_regex = re .compile (
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipyparallel-labextension" ,
3
- "version" : " 9.0 .0" ,
3
+ "version" : " 9.1 .0" ,
4
4
"private" : true ,
5
5
"description" : " A JupyterLab extension for IPython Parallel." ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = "hatchling.build"
7
7
8
8
[project ]
9
9
name = " ipyparallel"
10
- version = " 9.0.0 "
10
+ version = " 9.1.0.dev "
11
11
authors = [{
name =
" IPython Development Team" ,
email =
" [email protected] " }]
12
12
license = {file = " COPYING.md" }
13
13
readme = " README.md"
@@ -183,7 +183,7 @@ select = [
183
183
github_url = " https://github.com/jupyterhub/jupyterhub"
184
184
185
185
[tool .tbump .version ]
186
- current = " 9.0.0 "
186
+ current = " 9.1.0.dev "
187
187
188
188
# pep440 regex
189
189
regex = '''
You can’t perform that action at this time.
0 commit comments