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 cb954e0 commit ef3cf29Copy full SHA for ef3cf29
ipyparallel/_version.py
@@ -1,6 +1,6 @@
1
import re
2
3
-__version__ = "8.3.0.dev"
+__version__ = "8.3.0"
4
5
# matches tbump regex in pyproject.toml
6
_version_regex = re.compile(
pyproject.toml
@@ -145,7 +145,7 @@ filterwarnings = [
145
github_url = "https://github.com/jupyterhub/jupyterhub"
146
147
[tool.tbump.version]
148
-current = "8.3.0.dev"
+current = "8.3.0"
149
150
# pep440 regex
151
regex = '''
0 commit comments