Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbedrich committed Sep 12, 2023
1 parent 07c2bf8 commit 1824668
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.3.0" # PEP 440
__version__ = "4.3.1" # PEP 440


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

0 comments on commit 1824668

Please sign in to comment.