Browse Source

version bump

pull/473/head
Chris 5 years ago
parent
commit
7c9e3c4ae2
1 changed files with 1 additions and 1 deletions
  1. 2
      setup.py

2
setup.py

@ -6,7 +6,7 @@ from setuptools import setup, find_packages
with open('README.md') as readme:
long_description = readme.read()
version = '1.0.2'
version = '1.0.3'
deps = [
'Pillow>=4.3.0',

Loading…
Cancel
Save