Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
krichelj committed Feb 28, 2023
1 parent c65be03 commit 05775e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "PyDiffGame"
version = "0.1.0"
version = "0.1.1"
authors = [
{ name="Joshua Shay Kricheli", email="[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="PyDiffGame",
version="0.1.0",
version="0.1.1",
author="Dr. Aviran Sadon, Joshua Shay Kricheli and Prof. Gera Weiss",
author_email="[email protected]",
description="PyDiffGame is a Python implementation of a Nash Equilibrium solution to Differential Games, based on a reduction of Game Hamilton-Bellman-Jacobi (GHJB) equations to Game Algebraic and Differential Riccati equations, associated with Multi-Objective Dynamical Control Systems",
Expand Down

0 comments on commit 05775e1

Please sign in to comment.