Skip to content

Commit d3f4fad

Browse files
Martin SchubertMartin Schubert
authored andcommitted
Version updated from v0.13.1 to v0.13.2
1 parent 0cd8238 commit d3f4fad

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 = "v0.13.1"
2+
current_version = "v0.13.2"
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 = "v0.13.1"
4+
version = "v0.13.2"
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) Meta Platforms, Inc. and affiliates.
22

3-
__version__ = "v0.13.1"
3+
__version__ = "v0.13.2"
44

55
from fmmax import _fft as _fft
66
from fmmax import _fmm_matrices as _fmm_matrices

0 commit comments

Comments
 (0)