Skip to content

Commit

Permalink
Merge branch 'release/0.6.3' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
djsudduth committed Sep 16, 2024
2 parents de1e319 + 5f3c642 commit 222b116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kim.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from importlib.metadata import version
from PIL import Image

KIM_VERSION = "0.6.2"
KIM_VERSION = "0.6.3"
KEEP_KEYRING_ID = 'google-keep-token'
KEEP_NOTE_URL = "https://keep.google.com/#NOTE/"
CONFIG_FILE = "settings.cfg"
Expand Down

0 comments on commit 222b116

Please sign in to comment.