diff --git a/fiftyone/constants.py b/fiftyone/constants.py index 18ca73f47a..fa116a2fc0 100644 --- a/fiftyone/constants.py +++ b/fiftyone/constants.py @@ -42,7 +42,7 @@ # This setting may be ``None`` if this client has no compatibility with other # versions # -COMPATIBLE_VERSIONS = ">=0.19,<1.3" +COMPATIBLE_VERSIONS = ">=0.19,<1.4" # Package metadata _META = metadata("fiftyone") diff --git a/setup.py b/setup.py index 1009d750c3..544099b830 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ from setuptools import setup, find_packages -VERSION = "1.2.0" +VERSION = "1.3.0" def get_version():