-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump version 1.1.5 - address setup.py long_description issue
- Loading branch information
George K. Thiruvathukal
committed
Aug 17, 2022
1 parent
bb62ec3
commit 131554e
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# ZettelGeist Version for Python | ||
# | ||
|
||
__version__ = "1.1.4" | ||
__version__ = "1.1.5" | ||
|
||
def version(): | ||
return __version__ |