Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed Feb 19, 2020
1 parent 9916559 commit 861fd97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions App/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
CFBundleName="FontGoggles",
CFBundleIdentifier="com.github.justvanrossum.FontGoggles",
LSMinimumSystemVersion="10.10",
CFBundleShortVersionString="0.9.0",
CFBundleVersion="0.9.0",
CFBundleShortVersionString="0.9.1",
CFBundleVersion="0.9.1",
CFBundleIconFile="fontgoggles.icns",
NSHumanReadableCopyright=f"Copyright © 2019-{datetime.datetime.now().year} The FontGoggles Project Authors.",
NSPrincipalClass="NSApplication",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def run(self):

setup(
name="fontgoggles",
version="0.9.0",
version="0.9.1",
description="fontgoggles is the main library for the FontGoggles application.",
author="Just van Rossum",
author_email="[email protected]",
Expand Down

0 comments on commit 861fd97

Please sign in to comment.