From f2b1d045baa01c90c9a969e0bcf967157368f1be Mon Sep 17 00:00:00 2001 From: David Nabergoj Date: Tue, 20 Aug 2024 11:40:05 +0200 Subject: [PATCH] Update version data --- docs/conf.py | 2 +- pyproject.toml | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 97e096a..06ff1fe 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -7,7 +7,7 @@ author = 'David Nabergoj' release = '1.0' -version = '1.0.2' +version = '1.0.4' # -- General configuration diff --git a/pyproject.toml b/pyproject.toml index edcbd75..0995bf7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "torchflows" -version = "1.0.2" +version = "1.0.4" authors = [ { name = "David Nabergoj", email = "david.nabergoj@fri.uni-lj.si" }, ] diff --git a/setup.py b/setup.py index 38b639f..45735b1 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="normalizing-flows", - version="0.1", + version="1.0.4", description="Modern normalizing flows in Python", long_description=long_description, long_description_content_type="text/markdown",