Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
Update version.py to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stnatter authored Oct 16, 2023
1 parent 40f090a commit 4a125f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eventkit/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = (1, 0, 1)
__version_info__ = (1, 0, 2)
__version__ = '.'.join(str(v) for v in __version_info__)

0 comments on commit 4a125f9

Please sign in to comment.