From 9cea48857e1460bd91b9ee8d2661b5ca1c2fa501 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Rozet?= Date: Mon, 10 Apr 2023 17:23:51 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bump=20version=20to=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zuko/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuko/__init__.py b/zuko/__init__.py index f078a9d..66ae3f5 100644 --- a/zuko/__init__.py +++ b/zuko/__init__.py @@ -1,6 +1,6 @@ r"""Zuko - Normalizing flows in PyTorch""" -__version__ = '0.1.5' +__version__ = '0.2.0' from . import distributions from . import flows