Skip to content

Commit

Permalink
Merge pull request #5046 from neutrinoceros/mnt/bump_dev_version_4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros authored Nov 13, 2024
2 parents 35a0297 + d4b957b commit 8a23215
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@
# built documents.
#
# The short X.Y version.
version = "4.4"
version = "4.5"
# The full version, including alpha/beta/rc tags.
release = "4.4-dev"
release = "4.5-dev"

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

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

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


class VersionTuple(NamedTuple):
Expand Down

0 comments on commit 8a23215

Please sign in to comment.