We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30db189 commit 73afd03Copy full SHA for 73afd03
setup.py
@@ -8,7 +8,7 @@ def readme():
8
9
setup(
10
name='py2store',
11
- version='0.0.3',
+ version='0.0.4',
12
description='DAO for Python: Tools to create simple and consistent interfaces to complicated and varied data sources.',
13
long_description=readme(),
14
long_description_content_type="text/markdown",
@@ -19,7 +19,7 @@ def readme():
19
install_requires=[],
20
include_package_data=True,
21
zip_safe=False,
22
- download_url='https://github.com/i2mint/py2store/archive/v0.0.3.zip',
+ download_url='https://github.com/i2mint/py2store/archive/v0.0.4.zip',
23
keywords=['storage', 'interface'],
24
classifiers=[
25
'Development Status :: 3 - Alpha',
0 commit comments