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 9eb3387 commit b7ec4d8Copy full SHA for b7ec4d8
2 files changed
ipyparallel/_version.py
@@ -1,6 +1,6 @@
1
import re
2
3
-__version__ = "9.2.0.dev"
+__version__ = "9.2.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 = "9.2.0.dev"
+version = "9.2.0"
11
authors = [{name = "IPython Development Team", email = "ipython-dev@python.org"}]
12
license = {file = "COPYING.md"}
13
readme = "README.md"
@@ -178,7 +178,7 @@ select = [
178
github_url = "https://github.com/jupyterhub/jupyterhub"
179
180
[tool.tbump.version]
181
-current = "9.2.0.dev"
+current = "9.2.0"
182
183
# pep440 regex
184
regex = '''
0 commit comments