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 a5b9eb4 commit c2d6a07Copy full SHA for c2d6a07
ipyparallel/_version.py
@@ -1,6 +1,6 @@
1
import re
2
3
-__version__ = "8.1.0.dev"
+__version__ = "8.1.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.1.0.dev"
+current = "8.1.0"
24
25
# pep440 regex
26
regex = '''
0 commit comments