From 75aa8626a35611c2861995d61dfcded290700b4c Mon Sep 17 00:00:00 2001 From: Cristian Garcia Date: Mon, 13 Dec 2021 11:55:55 -0500 Subject: [PATCH] 0.8.2 --- elegy/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/elegy/__init__.py b/elegy/__init__.py index 232b8c6f..a61afa35 100644 --- a/elegy/__init__.py +++ b/elegy/__init__.py @@ -1,6 +1,6 @@ # isort:skip_file -__version__ = "0.8.1" +__version__ = "0.8.2" from treex import * diff --git a/pyproject.toml b/pyproject.toml index 586750f5..1fe4f0d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ authors = ["Cristian Garcia ", "Carlos Alvarez ", "David Cardozo ", "Sebastian Arango"] -version = "0.8.1" +version = "0.8.2" license = "APACHE" readme = "README.md" repository = "https://github.com/poets-ai/elegy"