Skip to content

Commit

Permalink
bump version 1.1.5 - address setup.py long_description issue
Browse files Browse the repository at this point in the history
  • Loading branch information
George K. Thiruvathukal committed Aug 17, 2022
1 parent bb62ec3 commit 131554e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
packages=['zettelgeist'],
version=zversion.version(),
description='ZettelGeist - a historiographically focused notetaking system',
long_description='ZettelGeist - a historiographically focused notetaking system',
author='ZettelGeist Laboratories',
author_email='[email protected]',
license='Apache License 2.0',
Expand Down
2 changes: 1 addition & 1 deletion zettelgeist/zversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# ZettelGeist Version for Python
#

__version__ = "1.1.4"
__version__ = "1.1.5"

def version():
return __version__

0 comments on commit 131554e

Please sign in to comment.