From e7f3eddb408c142b59233571c3a7319c6d1c0fcb Mon Sep 17 00:00:00 2001 From: topher Date: Fri, 13 Dec 2024 00:01:45 +0000 Subject: [PATCH] bump version after release branch creation --- fiftyone/constants.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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():