Skip to content

Commit

Permalink
forgot to bump version in file
Browse files Browse the repository at this point in the history
  • Loading branch information
ansemjo committed Feb 13, 2024
1 parent 9d5757b commit 6c81fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imapfetch.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Copyright (c) 2018 Anton Semjonov
# Licensed under the MIT License

__version__ = "1.0.0"
__version__ = "1.1.0"

import os, sys, logging, signal, hashlib, sqlite3
import contextlib, functools, urllib.parse
Expand Down

0 comments on commit 6c81fec

Please sign in to comment.