Skip to content

Commit 131554e

Browse files
author
George K. Thiruvathukal
committed
bump version 1.1.5 - address setup.py long_description issue
1 parent bb62ec3 commit 131554e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
packages=['zettelgeist'],
99
version=zversion.version(),
1010
description='ZettelGeist - a historiographically focused notetaking system',
11+
long_description='ZettelGeist - a historiographically focused notetaking system',
1112
author='ZettelGeist Laboratories',
1213
author_email='gkt@cs.luc.edu',
1314
license='Apache License 2.0',

zettelgeist/zversion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# ZettelGeist Version for Python
33
#
44

5-
__version__ = "1.1.4"
5+
__version__ = "1.1.5"
66

77
def version():
88
return __version__

0 commit comments

Comments
 (0)