From ed46221446eaad179c08b58160e386060fe722c0 Mon Sep 17 00:00:00 2001 From: Martin Schubert Date: Wed, 6 Dec 2023 15:21:17 -0800 Subject: [PATCH] Version updated from v0.3.1 to v0.3.2 --- .bumpversion.toml | 2 +- README.md | 2 +- pyproject.toml | 2 +- src/invrs_gym/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index 16eeedd..297e25a 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "v0.3.1" +current_version = "v0.3.2" commit = true commit_args = "--no-verify" tag = true diff --git a/README.md b/README.md index 60eecd2..243181f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # invrs-gym - A collection of inverse design challenges -`v0.3.1` +`v0.3.2` ## Overview The `invrs_gym` package is an open-source gym containing a diverse set of photonic design challenges, which are relevant for a wide range of applications such as AR/VR, optical networking, LIDAR, and others. diff --git a/pyproject.toml b/pyproject.toml index 52bb275..96cfd49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "invrs_gym" -version = "v0.3.1" +version = "v0.3.2" description = "A collection of inverse design challenges" keywords = ["topology", "optimization", "jax", "inverse design"] readme = "README.md" diff --git a/src/invrs_gym/__init__.py b/src/invrs_gym/__init__.py index b82b44d..75c7d51 100644 --- a/src/invrs_gym/__init__.py +++ b/src/invrs_gym/__init__.py @@ -3,7 +3,7 @@ Copyright (c) 2023 The INVRS-IO authors. """ -__version__ = "v0.3.1" +__version__ = "v0.3.2" __author__ = "Martin F. Schubert " from invrs_gym import challenges as challenges