mirror of
https://github.com/sprockets/sprockets.mixins.postgresql.git
synced 2024-11-25 11:19:53 +00:00
Bump the rev
This commit is contained in:
parent
bc0e255777
commit
71c444c4b5
1 changed files with 2 additions and 2 deletions
2
setup.py
2
setup.py
|
@ -29,7 +29,7 @@ if sys.version_info < (3, 0):
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name='sprockets.mixins.postgresql',
|
name='sprockets.mixins.postgresql',
|
||||||
version='0.0.0',
|
version='1.0.0',
|
||||||
description='A sprockets mixin that automatically connects to PostgreSQL',
|
description='A sprockets mixin that automatically connects to PostgreSQL',
|
||||||
long_description=codecs.open('README.rst', encoding='utf-8').read(),
|
long_description=codecs.open('README.rst', encoding='utf-8').read(),
|
||||||
url='https://github.com/sprockets/sprockets.mixins.postgresql.git',
|
url='https://github.com/sprockets/sprockets.mixins.postgresql.git',
|
||||||
|
|
Loading…
Reference in a new issue