From b0abc16ef0a07791db3fd72a7b4a16a3cf553048 Mon Sep 17 00:00:00 2001 From: Encord-davids Date: Tue, 11 Jul 2023 16:46:53 +0000 Subject: [PATCH] Version bump to v0.1.66 --- pyproject.toml | 2 +- src/encord_active/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5d5b2dd4d..3026bd317 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "encord-active" -version = "v0.1.65" +version = "v0.1.66" description = "Enable users to improve machine learning models in an active learning fashion via data, label, and model quality." authors = ["Cord Technologies Limited "] classifiers = [ diff --git a/src/encord_active/__init__.py b/src/encord_active/__init__.py index 74d77bd4c..b34eca7c6 100644 --- a/src/encord_active/__init__.py +++ b/src/encord_active/__init__.py @@ -1 +1 @@ -__version__ = "v0.1.65" +__version__ = "v0.1.66"