From 26e4cc10635bfb54f1345b423e5b0b609e478bb8 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Sat, 7 May 2016 04:07:21 +0200 Subject: [PATCH] version bump to 1.0.1, added me to authors --- README.md | 11 ++++++++--- setup.py | 4 ++-- 2 files changed, 10 insertions(+), 5 deletions(-) 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',