Skip to content

Commit

Permalink
patch bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpkane committed Mar 24, 2022
1 parent 24c24c3 commit 10d512d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fiftyone/fiftyone",
"productName": "FiftyOne",
"version": "0.19.3",
"version": "0.19.4",
"license": "Apache-2.0",
"private": true,
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion app/packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fiftyone/app",
"version": "0.19.3",
"version": "0.19.4",
"license": "Apache-2.0",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion app/packages/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "FiftyOne",
"version": "0.19.2",
"version": "0.19.4",
"description": "Explore, Analyze, Curate",
"author": "Voxel51, Inc.",
"main": "./dist/main.js",
Expand Down
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.19.3"
VERSION = "0.19.4"


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


VERSION = "0.15.0"
VERSION = "0.15.0.1"


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


EXTRAS_REQUIREMENTS = {"desktop": ["fiftyone-desktop>=0.19.3,<0.20"]}
EXTRAS_REQUIREMENTS = {"desktop": ["fiftyone-desktop>=0.19.4,<0.20"]}


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

0 comments on commit 10d512d

Please sign in to comment.