Skip to content

Commit

Permalink
Version 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ids1024 committed Jun 7, 2015
1 parent 75b9269 commit de9559b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup

setup(name='Wikicurses',
version='1.2',
version='1.3',
description='A simple curses interface for accessing Wikipedia.',
author='Ian D. Scott',
author_email='ian@perebruin.com',
Expand Down
2 changes: 1 addition & 1 deletion wikicurses/wiki.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from wikicurses.settings import Settings, wikis, conf
from wikicurses import formats

useragent = "Wikicurses/1.2 (https://github.com/ids1024/wikicurses)"\
useragent = "Wikicurses/1.3 (https://github.com/ids1024/wikicurses)"\
" Python-urllib/%d.%d" % sys.version_info[:2]


Expand Down

0 comments on commit de9559b

Please sign in to comment.