From 546c50475ac55dcbf9d8dd811c0536d1ad589f38 Mon Sep 17 00:00:00 2001 From: Cristian Garcia Date: Tue, 14 Dec 2021 08:55:52 -0500 Subject: [PATCH] 0.8.4 --- 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 65dfb9dc..264d0a7c 100644 --- a/elegy/__init__.py +++ b/elegy/__init__.py @@ -1,6 +1,6 @@ # isort:skip_file -__version__ = "0.8.3" +__version__ = "0.8.4" from treex import * diff --git a/pyproject.toml b/pyproject.toml index 669e3b01..93d2daeb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ authors = ["Cristian Garcia ", "Carlos Alvarez ", "David Cardozo ", "Sebastian Arango"] -version = "0.8.3" +version = "0.8.4" license = "APACHE" readme = "README.md" repository = "https://github.com/poets-ai/elegy"