Skip to content

Commit e3bec41

Browse files
committed
Bump version to 0.14.2
1 parent 6f5ad72 commit e3bec41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cottontaildb_client/cottontaildb_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def format_response(response) -> str:
152152
return response.__repr__()
153153

154154

155-
def format_as_table(dict_list : List[Dict]) -> str:
155+
def format_as_table(dict_list: List[Dict]) -> str:
156156
"""Formats a list of dictionaries as a table.
157157
158158
@param dict_list: The list of dictionaries to format.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = cottontaildb-client
3-
version = 0.14.1
3+
version = 0.14.2
44
author = Florian Spiess
55
author_email = [email protected]
66
description = A Cottontail DB gRPC client.

0 commit comments

Comments
 (0)