Skip to content

Commit 139a02f

Browse files
committed
release 0.2.4 with fix for #106
1 parent e597b1b commit 139a02f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lacli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
try:
55
from lacli.version import __version__
66
except ImportError:
7-
__version__ = "0.2.3"
7+
__version__ = "0.2.4"
88

99
def get_client_info(terse=False):
1010
el = ["Longaccess client"]

0 commit comments

Comments
 (0)