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 de84b55 commit 4a8b409Copy full SHA for 4a8b409
ipyparallel/_version.py
@@ -1,6 +1,6 @@
1
import re
2
3
-__version__ = "8.2.0.dev"
+__version__ = "8.2.0"
4
5
# matches tbump regex in pyproject.toml
6
_version_regex = re.compile(
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.dev"
+current = "8.2.0"
24
25
# pep440 regex
26
regex = '''
0 commit comments