From 3a1aecfed4687f37b2eac7e14db2372e5e2c1487 Mon Sep 17 00:00:00 2001 From: Mike Gimelfarb <35513382+mike-gimelfarb@users.noreply.github.com> Date: Mon, 13 Jan 2025 15:01:39 -0500 Subject: [PATCH] Update to version 1.2 --- pyRDDLGym_jax/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyRDDLGym_jax/__init__.py b/pyRDDLGym_jax/__init__.py index 21569bf..f3a2b1c 100644 --- a/pyRDDLGym_jax/__init__.py +++ b/pyRDDLGym_jax/__init__.py @@ -1 +1 @@ -__version__ = '1.1' \ No newline at end of file +__version__ = '1.2' \ No newline at end of file diff --git a/setup.py b/setup.py index 7cc85b1..c0aa870 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name='pyRDDLGym-jax', - version='1.1', + version='1.2', author="Michael Gimelfarb, Ayal Taitler, Scott Sanner", author_email="mike.gimelfarb@mail.utoronto.ca, ataitler@gmail.com, ssanner@mie.utoronto.ca", description="pyRDDLGym-jax: automatic differentiation for solving sequential planning problems in JAX.",