We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cd8238 commit d3f4fadCopy full SHA for d3f4fad
.bumpversion.toml
@@ -1,5 +1,5 @@
1
[tool.bumpversion]
2
-current_version = "v0.13.1"
+current_version = "v0.13.2"
3
commit = true
4
commit_args = "--no-verify"
5
tag = true
pyproject.toml
@@ -1,7 +1,7 @@
[project]
name = "fmmax"
-version = "v0.13.1"
+version = "v0.13.2"
description = "Fourier modal method with Jax"
6
readme = "README.md"
7
requires-python = ">=3.10"
src/fmmax/__init__.py
@@ -1,6 +1,6 @@
# Copyright (c) Meta Platforms, Inc. and affiliates.
-__version__ = "v0.13.1"
+__version__ = "v0.13.2"
from fmmax import _fft as _fft
from fmmax import _fmm_matrices as _fmm_matrices
0 commit comments