Skip to content

Commit

Permalink
Merge 33fae06 into 50b5d99
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Padron committed Jul 10, 2018
2 parents 50b5d99 + 33fae06 commit d4ee330
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 @@ -3,7 +3,7 @@
package_name = 'grift'

setup(name=package_name,
version='0.6.0',
version='0.7.0',
description='A clean approach to app configuration',
keywords='app config configuration schema python',
maintainer_email='grift-maintainer@kensho.com',
Expand All @@ -12,7 +12,7 @@
package_data={package_name + '.tests': ['*.json']},
install_requires=[
'schematics==1.1.1',
'requests==2.13.0',
'requests>=2.13.0',
'six==1.11.0',
],
)

0 comments on commit d4ee330

Please sign in to comment.