Bump the rev

This commit is contained in:
Gavin M. Roy 2015-05-12 12:25:23 -04:00
parent bc0e255777
commit 71c444c4b5

View file

@ -29,7 +29,7 @@ if sys.version_info < (3, 0):
setuptools.setup(
name='sprockets.mixins.postgresql',
version='0.0.0',
version='1.0.0',
description='A sprockets mixin that automatically connects to PostgreSQL',
long_description=codecs.open('README.rst', encoding='utf-8').read(),
url='https://github.com/sprockets/sprockets.mixins.postgresql.git',
@ -65,4 +65,4 @@ setuptools.setup(
setup_requires=setup_requires,
tests_require=tests_require,
test_suite='nose.collector',
zip_safe=False)
zip_safe=False)