Skip to content

Commit

Permalink
Bump to version 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sryu1 committed Apr 4, 2023
1 parent f532db1 commit 456138a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ build-backend = "setuptools.build_meta"

[project]
name = "jsbgym"
version = "0.1.5"
version = "0.1.6"
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 = [
Expand All @@ -23,6 +24,7 @@ dependencies = ["numpy", "gymnasium", "jsbsim", "matplotlib<=3.6.3"]

[project.urls]
Homepage = "https://github.com/sryu1/jsbgym"
"Bug Tracker" = "https://github.com/sryu1/jsbgym/issues"


[tool.setuptools]
Expand Down

0 comments on commit 456138a

Please sign in to comment.