Skip to content

Commit

Permalink
updating version
Browse files Browse the repository at this point in the history
  • Loading branch information
twhalen committed Nov 2, 2019
1 parent 83e50dc commit 43acc8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def readme():

setup(
name='py2store',
version='0.0.4',
version='0.0.5',
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",
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.4.zip',
download_url='https://github.com/i2mint/py2store/archive/v0.0.5.zip',
keywords=['storage', 'interface'],
classifiers=[
'Development Status :: 3 - Alpha',
Expand Down

0 comments on commit 43acc8e

Please sign in to comment.