Skip to content

Commit 960b729

Browse files
committed
Version 1.4
1 parent e043cca commit 960b729

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup
44

55
setup(name='Wikicurses',
6-
version='1.3',
6+
version='1.4',
77
description='A simple curses interface for accessing Wikipedia.',
88
author='Ian D. Scott',
99
author_email='[email protected]',

wikicurses/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from enum import IntEnum
22

3-
__version__ = "1.3"
3+
__version__ = "1.4"
44

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

0 commit comments

Comments
 (0)