Skip to content

Commit

Permalink
Bump the rev
Browse files Browse the repository at this point in the history
  • Loading branch information
gmr committed May 12, 2015
1 parent bc0e255 commit 71c444c
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 @@ -29,7 +29,7 @@ def read_requirements_file(req_name):

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',
Expand Down Expand Up @@ -65,4 +65,4 @@ def read_requirements_file(req_name):
setup_requires=setup_requires,
tests_require=tests_require,
test_suite='nose.collector',
zip_safe=False)
zip_safe=False)

0 comments on commit 71c444c

Please sign in to comment.