bump version and update documentation

This commit is contained in:
Carl Chenet 2017-08-02 15:20:12 +02:00
parent 23b6beee20
commit 3be1a8c943
7 changed files with 22 additions and 11 deletions

View file

@ -31,10 +31,10 @@ CLASSIFIERS = [
setup(
name='feed2toot',
version='0.5',
version='0.6',
license='GNU GPL v3',
description='Parse rss feed and tweet new posts to Mastodon',
long_description='Parse rss feed and tweet new posts to the Mastodon social network',
description='Parse rss feeds and tweet new posts to Mastodon',
long_description='Parse rss feeds and tweet new posts to the Mastodon social network',
author = 'Carl Chenet',
author_email = 'chaica@ohmytux.com',
url = 'https://gitlab.com/chaica/feed2toot',