Skip to content

Commit 1ffab31

Browse files
committed
v1.4.14
1 parent 2f1dd64 commit 1ffab31

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setuptools.setup(
99
name="yamcs-cli",
10-
version="1.4.13",
10+
version="1.4.14",
1111
description="Yamcs Command-Line Tools",
1212
long_description=readme,
1313
long_description_content_type="text/markdown",
@@ -36,7 +36,7 @@
3636
"Operating System :: OS Independent",
3737
],
3838
platforms="Posix; MacOS X; Windows",
39-
install_requires=["argcomplete", "python-dateutil", "yamcs-client>=1.11.3"],
39+
install_requires=["argcomplete", "python-dateutil", "yamcs-client>=1.12.0"],
4040
extras_require={"kerberos": ["yamcs-client-kerberos>=1.3.0"]},
4141
include_package_data=True,
4242
zip_safe=False,

0 commit comments

Comments
 (0)