Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
danielward27 committed Jun 27, 2022
2 parents b9f9092 + 1cefa26 commit e79627e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <danielward27@outlook.com>`.
2 changes: 1 addition & 1 deletion flowjax/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""flowjax - Basic flowjax implementation in jax."""

__version__ = "0.1.0"
__version__ = "0.9.0"
__author__ = "Daniel Ward <danielward27@outlook.com>"
__all__ = []

0 comments on commit e79627e

Please sign in to comment.