File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7979# built documents.
8080#
8181# The short X.Y version.
82- version = "1.1 "
82+ version = "1.2 "
8383# The full version, including alpha/beta/rc tags.
84- release = "1.1.3 "
84+ release = "1.2.dev2 "
8585
8686# The language for content autogenerated by Sphinx. Refer to documentation
8787# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ requires = [
77
88[project ]
99name = " yt_astro_analysis"
10- version = " 1.1.3 "
10+ version = " 1.2.dev2 "
1111description = " yt astrophysical analysis modules extension"
1212authors = [
1313 { name = " The yt project" , email = " yt-dev@python.org" },
@@ -27,6 +27,7 @@ classifiers = [
2727 " Programming Language :: Python :: 3.9" ,
2828 " Programming Language :: Python :: 3.10" ,
2929 " Programming Language :: Python :: 3.11" ,
30+ " Programming Language :: Python :: 3.12" ,
3031 " Topic :: Scientific/Engineering :: Astronomy" ,
3132 " Topic :: Scientific/Engineering :: Physics" ,
3233 " Topic :: Scientific/Engineering :: Visualization" ,
Original file line number Diff line number Diff line change 1313# The full license is in the file COPYING.txt, distributed with this software.
1414# -----------------------------------------------------------------------------
1515
16- __version__ = "1.1.3 "
16+ __version__ = "1.2.dev2 "
1717
1818from yt_astro_analysis import (
1919 cosmological_observation ,
You can’t perform that action at this time.
0 commit comments