Skip to content

Commit

Permalink
version bump since this probably breaks the api
Browse files Browse the repository at this point in the history
  • Loading branch information
fliiiix committed Apr 23, 2017
1 parent 6f5ff4b commit 4645088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion podcatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class Podcast(object):
def __init__(self, feedlist, download_dir):
self.version = "0.1.0"
self.version = "0.2.0"
self.feeds = []
self.base_folder = download_dir
self.feedlist = feedlist
Expand Down

0 comments on commit 4645088

Please sign in to comment.