Skip to content

Commit

Permalink
Version 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ids1024 committed Jan 28, 2018
1 parent e043cca commit 960b729
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.3',
version='1.4',
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/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from enum import IntEnum

__version__ = "1.3"
__version__ = "1.4"

class formats(IntEnum):
i, b, blockquote, searchresult, h1, h2, h, pre, code, \
Expand Down

0 comments on commit 960b729

Please sign in to comment.