diff --git a/docs/conf.py b/docs/conf.py index 009f213..8b1ae73 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -7,7 +7,7 @@ author = 'David Nabergoj' release = '1.0' -version = '1.0.5' +version = '1.0.6' # -- General configuration diff --git a/pyproject.toml b/pyproject.toml index b0165ed..803ec33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "torchflows" -version = "1.0.5" +version = "1.0.6" authors = [ { name = "David Nabergoj", email = "david.nabergoj@fri.uni-lj.si" }, ]