From 3db2ade0c89f22e09207b14301d0150d9b4f662a Mon Sep 17 00:00:00 2001 From: joshua-oss <55251797+joshua-oss@users.noreply.github.com> Date: Fri, 9 Sep 2022 08:47:49 -0700 Subject: [PATCH] Update pyproject.toml --- synth/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synth/pyproject.toml b/synth/pyproject.toml index 7243e8fc..d0c02215 100644 --- a/synth/pyproject.toml +++ b/synth/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "smartnoise-synth" -version = "0.2.7" +version = "0.2.8" description = "Differentially Private Synthetic Data" authors = ["SmartNoise Team "] license = "MIT"