summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2016-09-11 17:02:57 -0600
committerJustin Mayer <entroP@gmail.com>2016-09-11 17:02:57 -0600
commit6b6572cfd3e7f40993204af5aa70aab443a5b63c (patch)
tree90d9bfd140d97bdeef4e443e57e6448dfb8f67b0 /setup.py
parent470f0324422b4ea03d68b3977818a6b2f371e987 (diff)
downloadfeedgenerator-6b6572cfd3e7f40993204af5aa70aab443a5b63c.tar.gz
Increment version to 1.9
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 3c9949b..188d9a6 100644
--- a/setup.py
+++ b/setup.py
@@ -33,7 +33,7 @@ AUTHOR_EMAIL = 'foundation@djangoproject.com'
MAINTAINER = 'Pelican Dev Team'
MAINTAINER_EMAIL = 'authors@getpelican.com'
KEYWORDS = "feed atom rss".split(' ')
-VERSION = '1.8'
+VERSION = '1.9'
TEST_SUITE = 'tests_feedgenerator'