Skip to content

Commit

Permalink
Merge branch 'release' of https://github.com/voxel51/fiftyone into re…
Browse files Browse the repository at this point in the history
…lease
  • Loading branch information
brimoor committed Apr 26, 2022
2 parents af6fdd1 + 80f40d9 commit b4ad990
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.20.0"
VERSION = "0.20.1"


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 @@ -100,7 +100,7 @@ def get_install_requirements(install_requires, choose_install_requires):
return install_requires


EXTRAS_REQUIREMENTS = {"desktop": ["fiftyone-desktop>=0.20.0,<0.21"]}
EXTRAS_REQUIREMENTS = {"desktop": ["fiftyone-desktop>=0.20.1,<0.21"]}


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

0 comments on commit b4ad990

Please sign in to comment.