Skip to content

Commit

Permalink
Merge pull request #5045 from neutrinoceros/rel/prep_4.4.0
Browse files Browse the repository at this point in the history
REL: bump version number to 4.4.0
neutrinoceros authored Nov 11, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents bdcf509 + ea0790d commit 2625a1c
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
@@ -70,7 +70,7 @@
# The short X.Y version.
version = "4.4"
# The full version, including alpha/beta/rc tags.
release = "4.4-dev"
release = "4.4.0"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "yt"
version = "4.4.dev0"
version = "4.4.0"
description = "An analysis and visualization toolkit for volumetric data"
authors = [
{ name = "The yt project", email = "yt-dev@python.org" },
2 changes: 1 addition & 1 deletion yt/_version.py
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
"version_info",
]

__version__ = "4.4.dev0" # keep in sync with pyproject.toml
__version__ = "4.4.0" # keep in sync with pyproject.toml


class VersionTuple(NamedTuple):

0 comments on commit 2625a1c

Please sign in to comment.