Skip to content

Commit

Permalink
DOC: update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Apr 30, 2024
1 parent 1f28ba5 commit 8962042
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ build-backend = "setuptools.build_meta"

[project]
name = "pysatMissions"
version = "0.3.4"
version = "0.3.5"
description = "Mission Planning toolkit for pysat"
readme = "README.md"
requires-python = ">=3.9"
requires-python = ">=3.10"
license = {file = "LICENSE"}
authors = [
{name = "Jeff Klenzing", email = "[email protected]"}
Expand All @@ -21,9 +21,9 @@ classifiers = [
"License :: OSI Approved :: BSD License",
"Natural Language :: English",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Operating System :: POSIX :: Linux",
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows"
Expand Down

0 comments on commit 8962042

Please sign in to comment.