Skip to content

Commit

Permalink
Bump version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ids1024 committed Feb 22, 2015
1 parent 098328b commit d85ab71
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 distutils.core import setup

setup(name='Wikicurses',
version='1.0',
version='1.1',
description='A simple curses interface for accessing Wikipedia.',
author='Ian D. Scott',
author_email='[email protected]',
Expand Down
2 changes: 1 addition & 1 deletion src/wikicurses/wiki.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from wikicurses.htmlparse import parseExtract, parseFeature
from wikicurses.settings import Settings, wikis, conf

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


Expand Down

0 comments on commit d85ab71

Please sign in to comment.