Skip to content

Commit

Permalink
0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cgarciae committed Mar 1, 2021
1 parent 4ed4c86 commit 8cd054f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ To cite this project:
author = {PoetsAI},
title = {Elegy: A framework-agnostic Trainer interface for the Jax ecosystem},
url = {https://github.com/poets-ai/elegy},
version = {0.7.0},
version = {0.7.1},
year = {2020},
}
```
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ To cite this project:
author = {PoetsAI},
title = {Elegy: A framework-agnostic Trainer interface for the Jax ecosystem},
url = {https://github.com/poets-ai/elegy},
version = {0.7.0},
version = {0.7.1},
year = {2020},
}
```
Expand Down
2 changes: 1 addition & 1 deletion elegy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.7.0"
__version__ = "0.7.1"


from elegy import types
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Cristian Garcia <cgarcia.e88@gmail.com>",
"Carlos Alvarez <candres.alv@gmail.com>",
"David Cardozo <davidcardozo@berkeley.edu>",
"Sebastian Arango"]
version = "0.7.0"
version = "0.7.1"
license = "APACHE"
readme = "README.md"
repository = "https://github.com/poets-ai/elegy"
Expand Down

0 comments on commit 8cd054f

Please sign in to comment.