Skip to content

Commit

Permalink
version dump
Browse files Browse the repository at this point in the history
  • Loading branch information
sirrice committed Aug 20, 2014
1 parent 8a141c4 commit 63e0cd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dbtruck/__init__.py
@@ -1,3 +1,3 @@

__all__ = ['dbload', 'parsers', 'exporters']
__version__ = '0.0.4'
__version__ = '0.0.6'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -19,6 +19,6 @@
package_dir = {'dbtruck' : 'dbtruck'},
scripts = ['bin/importmydata.py'],
package_data = { 'dbtruck' : ['data/*'] },
install_requires = ['xlrd', 'pyxl', 'openpyxl', 'argparse', 'DateUtils',
install_requires = ['xlrd', 'openpyxl', 'argparse', 'DateUtils',
'geopy', 'requests', "sqlalchemy", "psycopg2"],
keywords= "library query db import")

0 comments on commit 63e0cd1

Please sign in to comment.