Skip to content

Commit

Permalink
Bumped version to v1.10.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
psobot committed Oct 10, 2020
1 parent cace7c6 commit 9a95a99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keynote_parser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
import keynote_parser.macos_app_version

__major_version__ = 1
__patch_version__ = 4
__patch_version__ = 0
__supported_keynote_version__ = keynote_parser.macos_app_version.MacOSAppVersion(
"10.1", "6913", "1A148"
"10.2", "7028.0.88", "1A122"
)
__version_tuple__ = (
__major_version__,
Expand Down

0 comments on commit 9a95a99

Please sign in to comment.