Skip to content

Commit 73afd03

Browse files
author
twhalen
committed
changed version
1 parent 30db189 commit 73afd03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

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

99
setup(
1010
name='py2store',
11-
version='0.0.3',
11+
version='0.0.4',
1212
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",
@@ -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.3.zip',
22+
download_url='https://github.com/i2mint/py2store/archive/v0.0.4.zip',
2323
keywords=['storage', 'interface'],
2424
classifiers=[
2525
'Development Status :: 3 - Alpha',

0 commit comments

Comments
 (0)