From 609027dcdb5717c5aaa13610a108bf699b16364b Mon Sep 17 00:00:00 2001 From: Martin Schubert Date: Wed, 15 Jan 2025 13:03:04 -0800 Subject: [PATCH] Version updated from v1.4.5 to v1.4.6 --- .bumpversion.toml | 2 +- pyproject.toml | 2 +- src/invrs_gym/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index 4befc28..0694bf8 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "v1.4.5" +current_version = "v1.4.6" commit = true commit_args = "--no-verify" tag = true diff --git a/pyproject.toml b/pyproject.toml index 376d637..0f5f882 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "invrs_gym" -version = "v1.4.5" +version = "v1.4.6" 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 f4100db..3dad956 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.4.5" +__version__ = "v1.4.6" __author__ = "Martin F. Schubert " from invrs_gym import challenges as challenges