Skip to content

Commit

Permalink
Merge pull request #74 from tmbdev/pre-relase
Browse files Browse the repository at this point in the history
Update setup.py, bump version
  • Loading branch information
zuphilip authored Sep 27, 2016
2 parents 9b57a1e + 3db7b8d commit 9d0a0af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python

VERSION = '1.0.1'
VERSION = '1.1.0'

import glob
from setuptools import setup
Expand All @@ -21,6 +21,8 @@
'License :: OSI Approved :: Apache Software License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: Multimedia :: Graphics :: Graphics Conversion',
'Topic :: Scientific/Engineering :: Image Recognition',
'Topic :: Utilities',
Expand Down

0 comments on commit 9d0a0af

Please sign in to comment.