Skip to content
This repository has been archived by the owner on Nov 11, 2018. It is now read-only.

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
p-e-w committed Jul 22, 2015
1 parent 8a9555f commit 5ff7923
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion krill/krill.py
Expand Up @@ -249,7 +249,7 @@ def add_item(item, pattern=None):

def run(self):
term = Terminal()
print("%s (%s)" % (term.bold("krill 0.1.0"),
print("%s (%s)" % (term.bold("krill 0.2.0"),
term.underline("https://github.com/p-e-w/krill")))

while True:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@
setup(
name="krill",

version="0.1.0",
version="0.2.0",

description="Read and filter web feeds",
long_description="For a detailed description, see https://github.com/p-e-w/krill.",
Expand Down

0 comments on commit 5ff7923

Please sign in to comment.