Skip to content

Commit

Permalink
Version updated from v0.7.0 to v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mfschubert committed Mar 20, 2024
1 parent 7ff753c commit 45d62eb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "v0.7.0"
current_version = "v0.7.1"
commit = true
commit_args = "--no-verify"
tag = true
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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,

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/invrs_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
Copyright (c) 2023 The INVRS-IO authors.
"""

__version__ = "v0.7.0"
__version__ = "v0.7.1"
__author__ = "Martin F. Schubert <[email protected]>"

0 comments on commit 45d62eb

Please sign in to comment.