From c2961c4c606aff63b662dd11e16219c189599c88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Rozet?= Date: Fri, 26 Jan 2024 11:39:02 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bump=20version=20to=201.1.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 5b7cf45..de0f33a 100644 --- a/zuko/__init__.py +++ b/zuko/__init__.py @@ -1,6 +1,6 @@ r"""Zuko - Normalizing flows in PyTorch""" -__version__ = '1.0.1' +__version__ = '1.1.0' from . import distributions from . import flows