-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version number and changelog for release 0.0.7 (#279)
- Loading branch information
Showing
8 changed files
with
26 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
|
||
setuptools.setup( | ||
name="aqueduct-sdk", | ||
version="0.0.6", | ||
version="0.0.7", | ||
author="Aqueduct, Inc.", | ||
author_email="[email protected]", | ||
description="Python SDK for the Aqueduct prediction infrastructure", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,4 @@ SQLAlchemy | |
distro | ||
pyyaml | ||
typing_extensions | ||
aqueduct-sdk==0.0.6 | ||
aqueduct-sdk==0.0.7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@aqueducthq/ui", | ||
"author": "Aqueduct, Inc. <[email protected]", | ||
"version": "0.0.6", | ||
"author": "Aqueduct, Inc. <[email protected]>", | ||
"version": "0.0.7", | ||
"scripts": { | ||
"start": "parcel --no-cache --no-hmr index.html", | ||
"build": "parcel build --public-url /dist --dist-dir dist/default index.html", | ||
|
@@ -10,7 +10,7 @@ | |
"lint:fix": "eslint '*/**/*.{js,ts,tsx}' --format table --fix" | ||
}, | ||
"dependencies": { | ||
"@aqueducthq/common": "^0.0.11-rc10", | ||
"@aqueducthq/common": "^0.0.12", | ||
"@emotion/react": "^11.9.0", | ||
"@emotion/styled": "^11.8.1", | ||
"@fortawesome/fontawesome-svg-core": "^6.1.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@aqueducthq/common", | ||
"author": "Aqueduct <[email protected]", | ||
"version": "0.0.11-rc0", | ||
"author": "Aqueduct <[email protected]>", | ||
"version": "0.0.12", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"alias": { | ||
|