Skip to content

Commit 0db4064

Browse files
author
twhalen
committed
updated setup.py with new release number and description
1 parent a434846 commit 0db4064

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ def readme():
88

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

0 commit comments

Comments
 (0)