Skip to content

Commit

Permalink
Allow more versions of babel (#8)
Browse files Browse the repository at this point in the history
Fixes #7
  • Loading branch information
nickyr authored Apr 18, 2019
1 parent 764832d commit e317377
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 @@ -12,7 +12,7 @@
packages=[
'money'
],
version='0.3.0',
version='0.4.0',
description='Money module for python',
long_description=long_description,
url='https://github.com/vimeo/py-money',
Expand All @@ -27,6 +27,6 @@
],
keywords='money currency',
install_requires=[
'babel==2.4.0'
'babel >= 2.4.0, < 3.0'
],
)

0 comments on commit e317377

Please sign in to comment.