From 57d470265ef44482f6cfe5478fe232938fe470ef Mon Sep 17 00:00:00 2001 From: marvzhang Date: Sun, 16 Feb 2020 18:39:26 +0800 Subject: [PATCH] updated version --- nodejs/package.json | 2 +- python/crawlab/config/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nodejs/package.json b/nodejs/package.json index d86670b..4ed69cf 100644 --- a/nodejs/package.json +++ b/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "crawlab-sdk", - "version": "0.0.9", + "version": "0.1.0", "description": "Node.js SDK for Crawlab", "main": "index.js", "scripts": { diff --git a/python/crawlab/config/__init__.py b/python/crawlab/config/__init__.py index 1e8e1e6..1f6518e 100644 --- a/python/crawlab/config/__init__.py +++ b/python/crawlab/config/__init__.py @@ -1 +1 @@ -VERSION = '0.0.9' +VERSION = '0.1.0'