diff --git a/README.md b/README.md index fc348841..4ff35582 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,10 @@ So far the package supports the following: For more detailed examples, see [examples](https://github.com/danielward27/flowjax/blob/main/examples/). -## Authors -------- +## Installation +``` +pip install flowjax +``` +## Authors `flowjax` was written by `Daniel Ward `. diff --git a/flowjax/__init__.py b/flowjax/__init__.py index 9ad84ada..af1e8e94 100644 --- a/flowjax/__init__.py +++ b/flowjax/__init__.py @@ -1,5 +1,5 @@ """flowjax - Basic flowjax implementation in jax.""" -__version__ = "0.1.0" +__version__ = "0.9.0" __author__ = "Daniel Ward " __all__ = []