Navigation Menu

Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ericrasmussen committed Feb 20, 2015
1 parent e755d0f commit 9491df0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -6,7 +6,7 @@
from setuptools import setup

# manage package version
package_version = '1.0a2'
package_version = '1.0'


# get readme and changes
Expand All @@ -20,7 +20,7 @@
README = CHANGES = ''

# set up requires
install_requires = ['redis>=2.4.11,<=2.9.1', 'pyramid>=1.3']
install_requires = ['redis>=2.4.11, != 2.9.1', 'pyramid>=1.3']
testing_requires = ['nose']
testing_extras = testing_requires + ['coverage']
docs_extras = ['sphinx']
Expand Down

0 comments on commit 9491df0

Please sign in to comment.