Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbedrich committed May 20, 2024
1 parent 605142e commit 0c7a6db
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.1" # PEP 440
__version__ = "4.4.2" # PEP 440


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

0 comments on commit 0c7a6db

Please sign in to comment.