Skip to content

Commit

Permalink
minor version bump for sorting issue; accept new reportlab version ag…
Browse files Browse the repository at this point in the history
…ain, they seem to work once more
  • Loading branch information
sumpfork committed Nov 18, 2017
1 parent a89170f commit 10b8e85
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 @@ -2,14 +2,14 @@

setup(
name="domdiv",
version='3.3.0',
version='3.3.1',
entry_points={
'console_scripts': [
"dominion_dividers = domdiv.main:main"
],
},
packages=find_packages(exclude=['tests']),
install_requires=["reportlab==3.3.0",
install_requires=["reportlab>=3.4.0",
"Pillow>=4.1.0"],
include_package_data=True,
author="Sumpfork",
Expand Down

0 comments on commit 10b8e85

Please sign in to comment.