From 666d70954f1d99236f8cee5bd23560841f897f79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Bonnet?= <56230714+clement-bonnet@users.noreply.github.com> Date: Tue, 20 Jun 2023 17:39:41 +0200 Subject: [PATCH] build: bump version to 0.3.1 (#177) --- jumanji/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jumanji/version.py b/jumanji/version.py index b38e3a9e5..7d26f5fd9 100644 --- a/jumanji/version.py +++ b/jumanji/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.3.0" +__version__ = "0.3.1"