Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbedrich authored Jan 14, 2025
1 parent ce627ee commit 8098743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycaching/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from pycaching.log import Log # NOQA
from pycaching.trackable import Trackable # NOQA

__version__ = "4.4.2" # PEP 440
__version__ = "4.4.3" # PEP 440


def login(username=None, password=None):
Expand Down

0 comments on commit 8098743

Please sign in to comment.