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 3e3520d commit 233bfe9Copy full SHA for 233bfe9
ipyparallel/_version.py
@@ -1,6 +1,6 @@
1
import re
2
3
-__version__ = "8.7.0.dev"
+__version__ = "8.7.0"
4
5
# matches tbump regex in pyproject.toml
6
_version_regex = re.compile(
pyproject.toml
@@ -7,7 +7,7 @@ build-backend = "hatchling.build"
7
8
[project]
9
name = "ipyparallel"
10
-version = "8.7.0.dev"
+version = "8.7.0"
11
authors = [{name = "IPython Development Team", email = "[email protected]"}]
12
license = {file = "COPYING.md"}
13
readme = "README.md"
@@ -145,7 +145,7 @@ filterwarnings = [
145
github_url = "https://github.com/jupyterhub/jupyterhub"
146
147
[tool.tbump.version]
148
-current = "8.7.0.dev"
+current = "8.7.0"
149
150
# pep440 regex
151
regex = '''
0 commit comments