diff --git a/README.md b/README.md index c8f0152..773ce40 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ -sqlite2json -====== +# sqlite2json -This script dumps all* the tables in an sqlite database as json. +This script dumps all\* the tables in an sqlite database as json. ## Usage @@ -18,3 +17,9 @@ Here is a more useful version of the above example: \*The script doesn't dump the contents of of the sqlite_master table + +# Authors + +* John Gerlock `` + +* Jeffrey Paul `` diff --git a/setup.py b/setup.py index 343ba15..5ced197 100644 --- a/setup.py +++ b/setup.py @@ -2,8 +2,8 @@ from setuptools import setup setup( name='sqlite2json', - version='1.0.0', - author='John gerlock', + version='1.0.1', + author='John Gerlock', author_email='john@pikkey.com', packages=['sqlite2json'], url='https://github.com/john-g-g/sqlite2json',