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

Commit

Permalink
Merge pull request #10 from stnatter/patch-2
Browse files Browse the repository at this point in the history
Update version.py to 1.0.2
  • Loading branch information
erdewit authored Oct 16, 2023
2 parents 40f090a + 4a125f9 commit 8fb52fe
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 8fb52fe

Please sign in to comment.