Skip to content

Commit

Permalink
Merge pull request #137 from facebookresearch/bump
Browse files Browse the repository at this point in the history
Version updated from v0.10.0 to v0.10.1
  • Loading branch information
mfschubert authored Oct 11, 2024
2 parents 695ed9b + 7eef6a7 commit 6fd5572
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "v0.10.0"
current_version = "v0.10.1"
commit = true
commit_args = "--no-verify"
tag = true
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/fmmax/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (c) Meta Platforms, Inc. and affiliates.

__version__ = "v0.10.0"
__version__ = "v0.10.1"

from . import (
basis,
Expand Down

0 comments on commit 6fd5572

Please sign in to comment.