From 7eef6a7d23a6981aba9a101b2f9a5538dcdb81ba Mon Sep 17 00:00:00 2001 From: Martin Schubert Date: Fri, 11 Oct 2024 15:29:15 -0700 Subject: [PATCH] Version updated from v0.10.0 to v0.10.1 --- .bumpversion.toml | 2 +- pyproject.toml | 2 +- src/fmmax/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index 42b4014..df3ddb7 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "v0.10.0" +current_version = "v0.10.1" commit = true commit_args = "--no-verify" tag = true diff --git a/pyproject.toml b/pyproject.toml index 9390be3..0087e00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "fmmax" -version = "v0.10.0" +version = "v0.10.1" description = "Fourier modal method with Jax" readme = "README.md" requires-python = ">=3.7" diff --git a/src/fmmax/__init__.py b/src/fmmax/__init__.py index 77c4369..6f3c14e 100644 --- a/src/fmmax/__init__.py +++ b/src/fmmax/__init__.py @@ -1,6 +1,6 @@ # Copyright (c) Meta Platforms, Inc. and affiliates. -__version__ = "v0.10.0" +__version__ = "v0.10.1" from . import ( basis,