File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7070# The short X.Y version.
7171version = "4.3"
7272# The full version, including alpha/beta/rc tags.
73- release = "4.3.0 "
73+ release = "4.3.1 "
7474
7575# The language for content autogenerated by Sphinx. Refer to documentation
7676# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ build-backend = "setuptools.build_meta:__legacy__"
1313
1414[project ]
1515name = " yt"
16- version = " 4.3.0 "
16+ version = " 4.3.1 "
1717description = " An analysis and visualization toolkit for volumetric data"
1818authors = [
1919 { name = " The yt project" , email = " yt-dev@python.org" },
Original file line number Diff line number Diff line change 77 "version_info" ,
88]
99
10- __version__ = "4.3.0 " # keep in sync with pyproject.toml
10+ __version__ = "4.3.1 " # keep in sync with pyproject.toml
1111
1212
1313class VersionTuple (NamedTuple ):
You can’t perform that action at this time.
0 commit comments