Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
xros committed Dec 29, 2015
1 parent e528b7c commit 6106c53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jsonpyes.py
Expand Up @@ -21,7 +21,7 @@


def show_version():
print("1.1.6")
print("1.1.7")


def show_help():
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit 6106c53

Please sign in to comment.