Skip to content

Commit

Permalink
bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpkane committed Mar 23, 2022
1 parent 1ede1ae commit 6d01716
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.2",
"version": "0.19.3",
"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.2",
"version": "0.19.3",
"license": "Apache-2.0",
"private": true,
"scripts": {
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.2"
VERSION = "0.19.3"


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 @@ -12,7 +12,7 @@
from setuptools import setup, find_packages


VERSION = "0.15.0" # updated by https://github.com/voxel51/fiftyone/pull/1615
VERSION = "0.15.0"


def get_version():
Expand Down

0 comments on commit 6d01716

Please sign in to comment.