From f4df52fce33bbcc410d519cc78d126d6823f6162 Mon Sep 17 00:00:00 2001 From: Anji Liu Date: Fri, 1 Mar 2024 19:07:39 +0800 Subject: [PATCH] v2.1.0 release --- docs/source/conf.py | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 397c9e23..a84753ab 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -8,8 +8,8 @@ copyright = '2021, StarAI' author = 'StarAI' -release = '2.0.2' -version = '2.0.2' +release = '2.1.0' +version = '2.1.0' # -- General configuration diff --git a/pyproject.toml b/pyproject.toml index 19823553..a8a612a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pyjuice" -version="2.0.2" +version="2.1.0" description = "Probabilistic Circuits Library" dependencies = [ "numpy",