Bump version to 1.2.0

This commit is contained in:
Selwin Ong 2020-01-04 10:17:34 +07:00
parent 5f949f4cef
commit 927fb5a3ed
2 changed files with 2 additions and 1 deletions

View File

@ -2,4 +2,4 @@
from __future__ import (absolute_import, division, print_function,
unicode_literals)
VERSION = '1.1.0'
VERSION = '1.2.0'

View File

@ -72,6 +72,7 @@ setup(
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Internet',
'Topic :: Scientific/Engineering',