Skip to content

Commit

Permalink
bumping versions
Browse files Browse the repository at this point in the history
  • Loading branch information
brimoor committed Jan 16, 2024
1 parent 9fe0f7f commit 0b749c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.33.2"
VERSION = "0.33.3"


def get_version():
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from setuptools import setup, find_packages


VERSION = "0.23.2"
VERSION = "0.23.3"


def get_version():
Expand Down Expand Up @@ -75,9 +75,9 @@ def get_version():
"xmltodict",
"universal-analytics-python3>=1.0.1,<2",
# internal packages
"fiftyone-brain>=0.14.2,<0.15",
"fiftyone-brain>=0.15.0,<0.16",
"fiftyone-db>=0.4,<2.0",
"voxel51-eta>=0.12.1,<0.13",
"voxel51-eta>=0.12.4,<0.13",
]


Expand Down Expand Up @@ -114,7 +114,7 @@ def get_install_requirements(install_requires, choose_install_requires):
return install_requires


EXTRAS_REQUIREMENTS = {"desktop": ["fiftyone-desktop~=0.33.2"]}
EXTRAS_REQUIREMENTS = {"desktop": ["fiftyone-desktop~=0.33.3"]}


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

0 comments on commit 0b749c8

Please sign in to comment.