Skip to content

Commit 84a046d

Browse files
committed
v1.5.0
1 parent 77353c0 commit 84a046d

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.5.0rc1",
10+
version="1.5.0",
1111
description="Yamcs Command-Line Tools",
1212
long_description=readme,
1313
long_description_content_type="text/markdown",
@@ -37,7 +37,7 @@
3737
"Operating System :: OS Independent",
3838
],
3939
platforms="Posix; MacOS X; Windows",
40-
install_requires=["argcomplete", "python-dateutil", "yamcs-client>=2.0.0rc1"],
40+
install_requires=["argcomplete", "python-dateutil", "yamcs-client>=2.0.0"],
4141
extras_require={"kerberos": ["yamcs-client-kerberos>=1.3.0"]},
4242
include_package_data=True,
4343
zip_safe=False,

0 commit comments

Comments
 (0)