diff --git a/docs/source/conf.py b/docs/source/conf.py index fefb7587..1ba6f9bd 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -6,8 +6,8 @@ copyright = '2021, StarAI' author = 'StarAI' -release = '2.0.0' -version = '2.0.0' +release = '2.0.1' +version = '2.0.1' # -- General configuration diff --git a/pyproject.toml b/pyproject.toml index 6ef799d7..0b2d6ed3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pyjuice" -version="2.0.0" +version="2.0.1" description = "Probabilistic Circuits Library" dependencies = [ "numpy",