Skip to content

Commit

Permalink
v1.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
fqqb committed Mar 25, 2024
1 parent 60734a1 commit 301a018
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.8",
version="1.4.9",
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.9.4"],
install_requires=["argcomplete", "python-dateutil", "yamcs-client>=1.9.5"],
extras_require={"kerberos": ["yamcs-client-kerberos>=1.2.2"]},
include_package_data=True,
zip_safe=False,
Expand Down

0 comments on commit 301a018

Please sign in to comment.