File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2727author = "Pablo Gómez, Gabriele Meoni, Johan Östman, Vinutha Magal Shreenath"
2828
2929# The full version, including alpha/beta/rc tags
30- release = "v0.1.3 "
30+ release = "v0.2.0 "
3131
3232
3333# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 33
44setup (
55 name = "paseos" ,
6- version = "0.1.3 " ,
6+ version = "0.2.0 " ,
77 description = "A package which simulates the space environment for operating multiple spacecraft." ,
88 long_description = open ("README.md" ).read (),
99 long_description_content_type = "text/markdown" ,
3030 "Topic :: Scientific/Engineering :: Mathematics" ,
3131 "License :: OSI Approved :: GNU General Public License v3 (GPLv3)" ,
3232 "Programming Language :: Python :: 3.8" ,
33+ "Programming Language :: Python :: 3.9" ,
3334 ],
3435 packages = [
3536 "paseos" ,
3637 "paseos.activities" ,
3738 "paseos.actors" ,
39+ "paseos.central_body" ,
3840 "paseos.communication" ,
3941 "paseos.power" ,
4042 "paseos.radiation" ,
4143 "paseos.thermal" ,
4244 "paseos.utils" ,
4345 "paseos.visualization" ,
4446 ],
45- python_requires = ">=3.8,<3.9 " ,
47+ python_requires = ">=3.8" ,
4648 project_urls = {
4749 "Source" : "https://github.com/aidotse/paseos/" ,
4850 },
You can’t perform that action at this time.
0 commit comments