Skip to content

Commit

Permalink
Bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
schmrlng committed Mar 21, 2024
1 parent 464204a commit 422b2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hj_reachability/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from hj_reachability.grid import Grid
from hj_reachability.solver import SolverSettings, solve, step

__version__ = "0.5.0"
__version__ = "0.6.0"

__all__ = ("ControlAndDisturbanceAffineDynamics", "Dynamics", "Grid", "SolverSettings", "artificial_dissipation",
"boundary_conditions", "finite_differences", "sets", "solve", "solver", "step", "systems",
Expand Down

0 comments on commit 422b2b4

Please sign in to comment.