diff --git a/.bumpversion.toml b/.bumpversion.toml index baddaf0..4bf3b69 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "v0.7.0" +current_version = "v0.7.1" commit = true commit_args = "--no-verify" tag = true diff --git a/README.md b/README.md index a20889a..c1097b1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # invrs-utils - Miscellaneous utilities -`v0.7.0` +`v0.7.1` This package is a collection of utilities that may be useful, but do not have fundamental roles in the invrs-io ecosystem. These currently include, diff --git a/pyproject.toml b/pyproject.toml index 20966e2..137708a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "invrs_utils" -version = "v0.7.0" +version = "v0.7.1" description = "Miscellaneous utilities for the invrs-io ecosystem" keywords = ["topology", "optimization", "jax", "inverse design"] readme = "README.md" diff --git a/src/invrs_utils/__init__.py b/src/invrs_utils/__init__.py index 2a037fd..c90db99 100644 --- a/src/invrs_utils/__init__.py +++ b/src/invrs_utils/__init__.py @@ -3,5 +3,5 @@ Copyright (c) 2023 The INVRS-IO authors. """ -__version__ = "v0.7.0" +__version__ = "v0.7.1" __author__ = "Martin F. Schubert "