Skip to content

Commit

Permalink
dependency version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Oct 27, 2016
1 parent 6b41459 commit 384938f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()

if sys.version >= '3':
extradeps = ['foliadocserve >= 0.4.1']
extradeps = ['foliadocserve >= 0.5']
else:
extradeps = []

Expand Down

0 comments on commit 384938f

Please sign in to comment.