File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7777# built documents.
7878#
7979# The short X.Y version.
80- version = "4.2-dev "
80+ version = "4.2"
8181# The full version, including alpha/beta/rc tags.
82- release = "4.2-dev "
82+ release = "4.2.0 "
8383
8484# The language for content autogenerated by Sphinx. Refer to documentation
8585# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ requires = [
1515
1616[project ]
1717name = " yt"
18- version = " 4.2.dev0 "
18+ version = " 4.2.0 "
1919description = " An analysis and visualization toolkit for volumetric data"
2020authors = [
2121 { 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.2.dev0 " # keep in sync with pyproject.toml
10+ __version__ = "4.2.0 " # keep in sync with pyproject.toml
1111
1212
1313class VersionTuple (NamedTuple ):
You can’t perform that action at this time.
0 commit comments