Skip to content

Commit

Permalink
Bump to 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Nov 6, 2024
1 parent 8631bbb commit f69793c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ipyparallel/_version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import re

__version__ = "9.0.0.dev"
__version__ = "9.0.0"

# matches tbump regex in pyproject.toml
_version_regex = re.compile(
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "hatchling.build"

[project]
name = "ipyparallel"
version = "9.0.0.dev"
version = "9.0.0"
authors = [{name = "IPython Development Team", email = "ipython-dev@scipy.org"}]
license = {file = "COPYING.md"}
readme = "README.md"
Expand Down Expand Up @@ -183,7 +183,7 @@ select = [
github_url = "https://github.com/jupyterhub/jupyterhub"

[tool.tbump.version]
current = "9.0.0.dev"
current = "9.0.0"

# pep440 regex
regex = '''
Expand Down

0 comments on commit f69793c

Please sign in to comment.