Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MNT: bump dev version (4.3->4.4) #4695

Merged
merged 1 commit into from
Oct 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.3"
version = "4.4"
# The full version, including alpha/beta/rc tags.
release = "4.3-dev"
release = "4.4-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 @@ -13,7 +13,7 @@ build-backend = "setuptools.build_meta:__legacy__"

[project]
name = "yt"
version = "4.3.dev0"
version = "4.4.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.3.dev0" # keep in sync with pyproject.toml
__version__ = "4.4.dev0" # keep in sync with pyproject.toml


class VersionTuple(NamedTuple):
Expand Down