Skip to content

Commit 6bca1b0

Browse files
committed
Version updated from v1.1.2 to v1.2.0
1 parent 06cdc64 commit 6bca1b0

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.2"
2+
current_version = "v1.2.0"
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.2"
4+
version = "v1.2.0"
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.2"
3+
__version__ = "v1.2.0"
44

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

0 commit comments

Comments
 (0)