From 6106c53c7ac0b868e9dbecfbb97893d4968c3165 Mon Sep 17 00:00:00 2001 From: xxros Date: Tue, 29 Dec 2015 14:09:04 +0800 Subject: [PATCH] update version --- jsonpyes.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jsonpyes.py b/jsonpyes.py index caf9bcd..1310db0 100755 --- a/jsonpyes.py +++ b/jsonpyes.py @@ -21,7 +21,7 @@ def show_version(): - print("1.1.6") + print("1.1.7") def show_help(): diff --git a/setup.py b/setup.py index 614c5d6..6508c3c 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from distutils.core import setup setup(name='jsonpyes', - version='1.1.6', + version='1.1.7', author="Alexander Liu", license="GPL V3", description="Import JSON raw data to ElasticSearch using Python in one line of commands",