diff --git a/jsonpyes.egg-info/PKG-INFO b/jsonpyes.egg-info/PKG-INFO index d6ce876..620b177 100644 --- a/jsonpyes.egg-info/PKG-INFO +++ b/jsonpyes.egg-info/PKG-INFO @@ -1,12 +1,12 @@ Metadata-Version: 1.1 Name: jsonpyes -Version: 1.2.16 +Version: 1.2.17 Summary: Import JSON raw data to ElasticSearch using Python in one line of commands Home-page: https://github.com/xros/jsonpyes Author: Alexander Liu Author-email: PGP E6DE7BEA License: GPL V3 -Download-URL: https://github.com/xros/jsonpyes/tarball/1.2.16 +Download-URL: https://github.com/xros/jsonpyes/tarball/1.2.17 Description: json-py-es ========== diff --git a/jsonpyes.py b/jsonpyes.py index 8db9364..b20afc5 100755 --- a/jsonpyes.py +++ b/jsonpyes.py @@ -15,7 +15,7 @@ __author__ = "Alexander Liu" -version = "1.2.16" +version = "1.2.17" """ diff --git a/setup.py b/setup.py index 0a2a04f..4f39630 100755 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ CUR_DIR_PATH = os.path.dirname(os.path.abspath(__file__)) -version = "1.2.16" +version = "1.2.17"