Skip to content

Commit

Permalink
bump version after release branch creation
Browse files Browse the repository at this point in the history
  • Loading branch information
findtopher committed Dec 13, 2024
1 parent c4df037 commit e7f3edd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fiftyone/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from setuptools import setup, find_packages


VERSION = "1.2.0"
VERSION = "1.3.0"


def get_version():
Expand Down

0 comments on commit e7f3edd

Please sign in to comment.