diff options
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ import os pwd = os.path.abspath(os.path.dirname(__file__)) -VERSION = '1.0.2' +VERSION = '2.0.0' REQUIRES = open(os.path.join(pwd, 'requirements.txt')).read().splitlines() DESCRIPTION = open(os.path.join(pwd, 'readme.rst'), encoding='utf-8').read() |