Skip to content

Commit

Permalink
v1.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
fqqb committed Feb 24, 2025
1 parent 7613596 commit 1e7749b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name="yamcs-cli",
version="1.4.11",
version="1.4.12",
description="Yamcs Command-Line Tools",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down Expand Up @@ -36,7 +36,7 @@
"Operating System :: OS Independent",
],
platforms="Posix; MacOS X; Windows",
install_requires=["argcomplete", "python-dateutil", "yamcs-client>=1.11.0"],
install_requires=["argcomplete", "python-dateutil", "yamcs-client>=1.11.2"],
extras_require={"kerberos": ["yamcs-client-kerberos>=1.3.0"]},
include_package_data=True,
zip_safe=False,
Expand Down

0 comments on commit 1e7749b

Please sign in to comment.