From 15c54e9c7da164b4dcc65d76814e852cdd7d8ef5 Mon Sep 17 00:00:00 2001 From: Martin Schubert Date: Wed, 28 Feb 2024 10:10:29 -0800 Subject: [PATCH] Version updated from v0.3.2 to v0.4.0 --- .bumpversion.toml | 2 +- README.md | 2 +- pyproject.toml | 2 +- src/invrs_opt/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index 1ab3950..4aea410 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "v0.3.2" +current_version = "v0.4.0" commit = true commit_args = "--no-verify" tag = true diff --git a/README.md b/README.md index 3e0e87f..93db6d5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # invrs-opt - Optimization algorithms for inverse design -`v0.3.2` +`v0.4.0` ## Overview diff --git a/pyproject.toml b/pyproject.toml index 3d11792..953d2c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "invrs_opt" -version = "v0.3.2" +version = "v0.4.0" 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 f9846f6..e54f3cf 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.3.2" +__version__ = "v0.4.0" __author__ = "Martin F. Schubert " from invrs_opt.lbfgsb.lbfgsb import density_lbfgsb as density_lbfgsb