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.
1 parent ce627ee commit 8098743Copy full SHA for 8098743
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.2" # PEP 440
+__version__ = "4.4.3" # PEP 440
8
9
10
def login(username=None, password=None):
0 commit comments