From 5b1fea407ef096ab061352b45d97517d4d7da18e Mon Sep 17 00:00:00 2001 From: Cristian Garcia Date: Wed, 10 Mar 2021 13:57:40 -0500 Subject: [PATCH] release-0.7.2 (#173) * update version * update version --- README.md | 2 +- docs/index.md | 2 +- elegy/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 23eb4b35..c14e6ef9 100644 --- a/README.md +++ b/README.md @@ -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.1}, +version = {0.7.2}, year = {2020}, } ``` diff --git a/docs/index.md b/docs/index.md index 23eb4b35..c14e6ef9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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.1}, +version = {0.7.2}, year = {2020}, } ``` diff --git a/elegy/__init__.py b/elegy/__init__.py index 06efef27..011baea7 100644 --- a/elegy/__init__.py +++ b/elegy/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.7.1" +__version__ = "0.7.2" from elegy import types diff --git a/pyproject.toml b/pyproject.toml index a651d2ea..bf5986ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ authors = ["Cristian Garcia ", "Carlos Alvarez ", "David Cardozo ", "Sebastian Arango"] -version = "0.7.1" +version = "0.7.2" license = "APACHE" readme = "README.md" repository = "https://github.com/poets-ai/elegy"