Skip to content

Commit

Permalink
bump desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpkane committed Feb 9, 2023
1 parent 40b2577 commit f82f207
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/desktop/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import shutil


VERSION = "0.24.0"
VERSION = "0.25.0"


def get_version():
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def get_install_requirements(install_requires, choose_install_requires):
return install_requires


EXTRAS_REQUIREMENTS = {"desktop": ["fiftyone-desktop>=0.24,<0.25"]}
EXTRAS_REQUIREMENTS = {"desktop": ["fiftyone-desktop>=0.25,<0.26"]}


with open("README.md", "r") as fh:
Expand Down

0 comments on commit f82f207

Please sign in to comment.