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 70391e0 commit 1cda27eCopy full SHA for 1cda27e
ipyparallel/_version.py
@@ -1,6 +1,6 @@
1
import re
2
3
-__version__ = "8.6.0.dev"
+__version__ = "8.6.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.6.0.dev"
+version = "8.6.0"
11
authors = [{name = "IPython Development Team", email = "ipython-dev@scipy.org"}]
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.6.0.dev"
+current = "8.6.0"
149
150
# pep440 regex
151
regex = '''
0 commit comments