From c466e6197fa9d8a886d61e93015290f59dc5748f Mon Sep 17 00:00:00 2001 From: Martin Schubert Date: Mon, 23 Sep 2024 11:59:14 -0700 Subject: [PATCH] Version updated from v1.3.1 to v1.4.0 --- .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 7cf3f06..619b319 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "v1.3.1" +current_version = "v1.4.0" commit = true commit_args = "--no-verify" tag = true diff --git a/README.md b/README.md index 1c1077f..70b673f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # invrs-gym -`v1.3.1` +`v1.4.0` ## 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 7a9cc90..15c584b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "invrs_gym" -version = "v1.3.1" +version = "v1.4.0" 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 009f0ca..f57d79a 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__ = "v1.3.1" +__version__ = "v1.4.0" __author__ = "Martin F. Schubert " from invrs_gym import challenges as challenges