We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd87715 + 712c4fe commit 7721a44Copy full SHA for 7721a44
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.3.1" # PEP 440
+__version__ = "4.4.0" # PEP 440
8
9
10
def login(username=None, password=None):
0 commit comments