We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 605142e commit 0c7a6dbCopy full SHA for 0c7a6db
pycaching/__init__.py
@@ -4,7 +4,7 @@
4
from pycaching.log import Log # NOQA
5
from pycaching.trackable import Trackable # NOQA
6
7
-__version__ = "4.4.1" # PEP 440
+__version__ = "4.4.2" # PEP 440
8
9
10
def login(username=None, password=None):
0 commit comments