Skip to content

Commit

Permalink
updated setup.py with new release number and description
Browse files Browse the repository at this point in the history
  • Loading branch information
twhalen committed Aug 18, 2019
1 parent a434846 commit 0db4064
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ def readme():

setup(
name='py2store',
version='0.0.2',
description='Interfacing with stored data through python.',
version='0.0.3',
description='DAO for Python: Tools to create simple and consistent interfaces to complicated and varied data sources.',
long_description=readme(),
long_description_content_type="text/markdown",
url='https://github.com/i2mint/py2store',
Expand All @@ -19,7 +19,7 @@ def readme():
install_requires=[],
include_package_data=True,
zip_safe=False,
download_url='https://github.com/i2mint/py2store/archive/v0.0.2.zip',
download_url='https://github.com/i2mint/py2store/archive/v0.0.3.zip',
keywords=['storage', 'interface'],
classifiers=[
'Development Status :: 3 - Alpha',
Expand Down

0 comments on commit 0db4064

Please sign in to comment.