We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb62ec3 commit 131554eCopy full SHA for 131554e
setup.py
@@ -8,6 +8,7 @@
8
packages=['zettelgeist'],
9
version=zversion.version(),
10
description='ZettelGeist - a historiographically focused notetaking system',
11
+ long_description='ZettelGeist - a historiographically focused notetaking system',
12
author='ZettelGeist Laboratories',
13
author_email='gkt@cs.luc.edu',
14
license='Apache License 2.0',
zettelgeist/zversion.py
@@ -2,7 +2,7 @@
2
# ZettelGeist Version for Python
3
#
4
5
-__version__ = "1.1.4"
+__version__ = "1.1.5"
6
7
def version():
return __version__
0 commit comments