Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
iamaziz committed Sep 25, 2015
1 parent a1224fd commit 8ea256c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
download_url='https://github.com/iamaziz/TermFeed/archive/master.zip',
license = "MIT",
author_email='iamaziz.alto@gmail.com',
version='0.0.8',
version='0.0.9',
install_requires=['feedparser'],
packages=['termfeed', 'termfeed.support'],
scripts=[],
Expand Down
4 changes: 2 additions & 2 deletions termfeed/feed.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
#-*- coding: utf-8 -*-

"""TermFeed 0.0.8
"""TermFeed 0.0.9
Usage:
feed
Expand Down Expand Up @@ -218,7 +218,7 @@ def validate_feed(url):

def main():
args = docopt(
__doc__, version="TermFeed 0.0.8 (with pleasure by: Aziz Alto)")
__doc__, version="TermFeed 0.0.9 (with pleasure by: Aziz Alto)")

# parse args
browse = args['-b']
Expand Down

0 comments on commit 8ea256c

Please sign in to comment.