We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77353c0 commit 84a046dCopy full SHA for 84a046d
1 file changed
setup.py
@@ -7,7 +7,7 @@
7
8
setuptools.setup(
9
name="yamcs-cli",
10
- version="1.5.0rc1",
+ version="1.5.0",
11
description="Yamcs Command-Line Tools",
12
long_description=readme,
13
long_description_content_type="text/markdown",
@@ -37,7 +37,7 @@
37
"Operating System :: OS Independent",
38
],
39
platforms="Posix; MacOS X; Windows",
40
- install_requires=["argcomplete", "python-dateutil", "yamcs-client>=2.0.0rc1"],
+ install_requires=["argcomplete", "python-dateutil", "yamcs-client>=2.0.0"],
41
extras_require={"kerberos": ["yamcs-client-kerberos>=1.3.0"]},
42
include_package_data=True,
43
zip_safe=False,
0 commit comments