Skip to content

Commit

Permalink
Bump version to 2.1.0
Browse files Browse the repository at this point in the history
- Bump version to 2.1.0
  • Loading branch information
primetime43 committed Sep 9, 2024
1 parent a227827 commit b91bb40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RatingsToPlexRatingsGUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from RatingsToPlexRatingsController import RatingsToPlexRatingsController

# Set the version number
VERSION = '2.0.0'
VERSION = '2.1.0'

class IMDbRatingsToPlexRatingsApp(ctk.CTk):
def __init__(self):
Expand Down

0 comments on commit b91bb40

Please sign in to comment.