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 e597b1b commit 139a02fCopy full SHA for 139a02f
lacli/__init__.py
@@ -4,7 +4,7 @@
4
try:
5
from lacli.version import __version__
6
except ImportError:
7
- __version__ = "0.2.3"
+ __version__ = "0.2.4"
8
9
def get_client_info(terse=False):
10
el = ["Longaccess client"]
0 commit comments