Skip to content

Commit

Permalink
[Bumped Version]
Browse files Browse the repository at this point in the history
  • Loading branch information
leaguilar committed Jul 2, 2020
1 parent 082da75 commit 5c61bbf
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.1.7
0.1.8
2 changes: 1 addition & 1 deletion client/javascript/easemlclient/package.json
@@ -1,6 +1,6 @@
{
"name": "easemlclient",
"version": "0.1.7",
"version": "0.1.8",
"description": "The JavaScript client to the ease.ml system.",
"main": "lib/easemlclient.js",
"module": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion client/jupyterlab/easemlclient/package.json
@@ -1,6 +1,6 @@
{
"name": "@easeml/jupyterlab_easeml",
"version": "0.1.7",
"version": "0.1.8",
"description": "ease.ml client for jupyterlab",
"keywords": [
"jupyter",
Expand Down
2 changes: 1 addition & 1 deletion client/python/easemlclient/easemlclient/__init__.py
@@ -1 +1 @@
__version__ = "0.1.7"
__version__ = "0.1.8"
2 changes: 1 addition & 1 deletion schema/javascript/easemlschema/package.json
@@ -1,6 +1,6 @@
{
"name": "easemlschema",
"version": "0.1.7",
"version": "0.1.8",
"description": "Easeml schema used to define the type of a machine learning data set.",
"main": "lib/index.js",
"module": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion schema/python/easemlschema/easemlschema/__init__.py
@@ -1 +1 @@
__version__ = "0.1.7"
__version__ = "0.1.8"
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
@@ -1,5 +1,5 @@
name: easeml
version: 0.1.7
version: 0.1.8
summary: Ease.ml is a declarative machine learning service platform.
description: |
Ease.ml is a declarative machine learning service platform.
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
@@ -1,6 +1,6 @@
{
"name": "easeml-ui",
"version": "0.1.7",
"version": "0.1.8",
"private": true,
"scripts": {
"rimraf": "./node_modules/rimraf/bin.js",
Expand Down

0 comments on commit 5c61bbf

Please sign in to comment.