Skip to content

Commit 5822a12

Browse files
committed
Version updated from v1.1.0 to v1.1.1
1 parent b343b82 commit 5822a12

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "v1.1.0"
2+
current_version = "v1.1.1"
33
commit = true
44
commit_args = "--no-verify"
55
tag = true

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22

33
name = "fmmax"
4-
version = "v1.1.0"
4+
version = "v1.1.1"
55
description = "Fourier modal method with Jax"
66
readme = "README.md"
77
requires-python = ">=3.10"

src/fmmax/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright (c) 2025 Martin F. Schubert
22

3-
__version__ = "v1.1.0"
3+
__version__ = "v1.1.1"
44

55
# ruff: noqa: F401
66
from fmmax.basis import (

0 commit comments

Comments
 (0)