Skip to content

Commit a629aa6

Browse files
authored
Merge pull request #186 from aidotse/release-finalizing
Release 0.2.0
2 parents 7453b97 + 4a8d269 commit a629aa6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
author = "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 ---------------------------------------------------

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
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",
@@ -30,19 +30,21 @@
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
},

0 commit comments

Comments
 (0)