From 05ca0e99432df455336c355a91cf35a2cf7ade42 Mon Sep 17 00:00:00 2001 From: Cristian Garcia Date: Mon, 8 Feb 2021 12:36:15 -0500 Subject: [PATCH] 0.5.0 --- 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 a93cf580..203504d0 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,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.4.1}, +version = {0.5.0}, year = {2020}, } ``` diff --git a/docs/index.md b/docs/index.md index 17f61c38..a28a3147 100644 --- a/docs/index.md +++ b/docs/index.md @@ -159,7 +159,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.4.1}, +version = {0.5.0}, year = {2020}, } ``` diff --git a/elegy/__init__.py b/elegy/__init__.py index 4277bafc..35b50b4b 100644 --- a/elegy/__init__.py +++ b/elegy/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.4.1" +__version__ = "0.5.0" from elegy import types diff --git a/pyproject.toml b/pyproject.toml index 97f5d90b..4e239ff9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ authors = ["Cristian Garcia ", "Carlos Alvarez ", "David Cardozo ", "Sebastian Arango"] -version = "0.4.1" +version = "0.5.0" license = "APACHE" readme = "README.md" repository = "https://github.com/poets-ai/elegy"