mirror of
https://github.com/sprockets/sprockets.mixins.postgresql.git
synced 2024-11-21 19:28:35 +00:00
Bump the rev
This commit is contained in:
parent
bc0e255777
commit
71c444c4b5
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue