diff --git a/.bumpversion.toml b/.bumpversion.toml index e607653..7e7fbc2 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "v1.4.0" +current_version = "v1.4.1" commit = true commit_args = "--no-verify" tag = true diff --git a/README.md b/README.md index d0ca53f..bdfdbaf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # invrs-utils - Miscellaneous utilities -![Continuous integration](https://github.com/invrs-io/utils/actions/workflows/build-ci.yml/badge.svg) -![PyPI version](https://img.shields.io/pypi/v/invrs-utils) +[![Continuous integration](https://github.com/invrs-io/utils/actions/workflows/build-ci.yml/badge.svg)](https://github.com/invrs-io/utils/actions) +[![PyPI version](https://img.shields.io/pypi/v/invrs-utils)](https://pypi.org/project/invrs-utils/) 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 b6cf579..d064db0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,12 @@ [project] name = "invrs_utils" -version = "v1.4.0" +version = "v1.4.1" description = "Miscellaneous utilities for the invrs-io ecosystem" keywords = ["topology", "optimization", "jax", "inverse design"] readme = "README.md" requires-python = ">=3.7" -license = {file = "LICENSE"} +license = "MIT" authors = [ {name = "Martin F. Schubert", email = "mfschubert@gmail.com"}, diff --git a/src/invrs_utils/__init__.py b/src/invrs_utils/__init__.py index 230adb9..3fbfe5c 100644 --- a/src/invrs_utils/__init__.py +++ b/src/invrs_utils/__init__.py @@ -3,5 +3,5 @@ Copyright (c) 2025 invrs.io LLC """ -__version__ = "v1.4.0" +__version__ = "v1.4.1" __author__ = "Martin F. Schubert "