Skip to content

Commit

Permalink
Bump to version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sryu1 committed Aug 6, 2023
1 parent b81dd12 commit e4b6768
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# JSBGym

[![Python: 3.7+](https://img.shields.io/badge/python-3.7+-blue.svg)](https://www.python.org/downloads/)
[![Python: 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)
[![PyPI Version](https://img.shields.io/pypi/v/jsbgym)](https://pypi.org/project/jsbgym)
[![PyPI downloads](https://img.shields.io/pypi/dm/jsbgym.svg)](https://pypistats.org/packages/jsbgym)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
Expand Down
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,21 @@ build-backend = "setuptools.build_meta"

[project]
name = "jsbgym"
version = "0.1.10"
version = "0.2.0"
authors = [{ name = "sryu1" }]
readme = "README.md"
license = { text = "MIT" }
description = "A package of reinforcement learning environments for flight control using the JSBSim flight dynamics model."
classifiers = [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]

requires-python = ">=3.7"
requires-python = ">=3.8"
dependencies = ["numpy", "gymnasium", "jsbsim", "matplotlib"]

[project.urls]
Expand Down

0 comments on commit e4b6768

Please sign in to comment.