Skip to content

Commit

Permalink
Increment version number for JAX-CFD
Browse files Browse the repository at this point in the history
I would like to issue a new release to fix issues like
#226

PiperOrigin-RevId: 632484011
  • Loading branch information
shoyer authored and JAX-CFD authors committed May 10, 2024
1 parent 99d4b55 commit 674d815
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jax_cfd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@

"""Defines the JAX-CFD module for computational fluid dynamics."""

__version__ = '0.2.0'
__version__ = '0.2.1'

import jax_cfd.base
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setuptools.setup(
name='jax-cfd',
version='0.2.0',
version='0.2.1',
license='Apache 2.0',
author='Google LLC',
author_email='[email protected]',
Expand Down

0 comments on commit 674d815

Please sign in to comment.