From d0919ba293b3c9f16ad7368e2db6a06ab3b1a99d Mon Sep 17 00:00:00 2001 From: Martin Schubert Date: Thu, 16 Jan 2025 11:04:58 -0800 Subject: [PATCH] Version updated from v0.10.4 to v0.10.5 --- .bumpversion.toml | 2 +- pyproject.toml | 2 +- src/invrs_opt/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index 1f0840a..6280da2 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "v0.10.4" +current_version = "v0.10.5" commit = true commit_args = "--no-verify" tag = true diff --git a/pyproject.toml b/pyproject.toml index 4ebcb6f..5e08c78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "invrs_opt" -version = "v0.10.4" +version = "v0.10.5" description = "Algorithms for inverse design" keywords = ["topology", "optimization", "jax", "inverse design"] readme = "README.md" diff --git a/src/invrs_opt/__init__.py b/src/invrs_opt/__init__.py index f9417a8..734dc21 100644 --- a/src/invrs_opt/__init__.py +++ b/src/invrs_opt/__init__.py @@ -3,7 +3,7 @@ Copyright (c) 2023 The INVRS-IO authors. """ -__version__ = "v0.10.4" +__version__ = "v0.10.5" __author__ = "Martin F. Schubert " from invrs_opt import parameterization as parameterization