setup: version 1.1.2 with better setuptools support merged

This commit is contained in:
Will Roberts
2014-11-16 01:54:20 +01:00
parent e5597ba224
commit c21fed098f

View File

@@ -24,7 +24,7 @@ elif sys.version_info[0] == 3:
INSTALL_REQUIRES = []
setup(name = 'pytimeparse',
version = '1.1.1',
version = '1.1.2',
description = 'Time expression parser',
author = 'Will Roberts',
author_email = 'wildwilhelm@gmail.com',