From cb09648105fe7df64412c86989c24928edd12810 Mon Sep 17 00:00:00 2001 From: Encord-davids Date: Wed, 27 Sep 2023 10:44:16 +0000 Subject: [PATCH] Version bump to v0.1.78 --- 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 5ff95a8ff..c3d5a9770 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "encord-active" -version = "v0.1.77" +version = "v0.1.78" 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 58e5658fc..e47924df1 100644 --- a/src/encord_active/__init__.py +++ b/src/encord_active/__init__.py @@ -1 +1 @@ -__version__ = "v0.1.77" +__version__ = "v0.1.78"