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"