Skip to content

Commit b7ec4d8

Browse files
committed
Bump to 9.2.0
1 parent 9eb3387 commit b7ec4d8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

ipyparallel/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import re
22

3-
__version__ = "9.2.0.dev"
3+
__version__ = "9.2.0"
44

55
# matches tbump regex in pyproject.toml
66
_version_regex = re.compile(

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "hatchling.build"
77

88
[project]
99
name = "ipyparallel"
10-
version = "9.2.0.dev"
10+
version = "9.2.0"
1111
authors = [{name = "IPython Development Team", email = "ipython-dev@python.org"}]
1212
license = {file = "COPYING.md"}
1313
readme = "README.md"
@@ -178,7 +178,7 @@ select = [
178178
github_url = "https://github.com/jupyterhub/jupyterhub"
179179

180180
[tool.tbump.version]
181-
current = "9.2.0.dev"
181+
current = "9.2.0"
182182

183183
# pep440 regex
184184
regex = '''

0 commit comments

Comments
 (0)