diff options
author | Bryan Brattlof <hello@bryanbrattlof.com> | 2021-03-01 13:13:12 -0500 |
---|---|---|
committer | Bryan Brattlof <hello@bryanbrattlof.com> | 2021-03-01 13:18:58 -0500 |
commit | 0e88f23b28ec04b7056c667d763922c306ff219d (patch) | |
tree | a073cad67293664d88523bfa99296f0f063fb980 | |
parent | 9dda7325eb4d6a91200baf0ecc3e304292ea3ba0 (diff) | |
download | pelican-htmlmin-canon.tar.gz pelican-htmlmin-canon.tar.bz2 |
-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() |