We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deb2a9b commit 10b0b11Copy full SHA for 10b0b11
setup.py
@@ -37,7 +37,7 @@
37
author="Aleksandr Sobolev",
38
author_email="[email protected]",
39
classifiers=[
40
- "Development Status :: 3 - Alpha",
+ "Development Status :: 4 - Beta",
41
"Environment :: Console",
42
"Intended Audience :: Developers",
43
"License :: OSI Approved :: MIT License",
@@ -56,6 +56,6 @@
56
keywords="raiden",
57
packages=find_packages(exclude=["tests", "tests.*"]),
58
url="https://github.com/maddevsio/raiden-python-client",
59
- version="0.0.9",
+ version="1.0.0",
60
entry_points={"console_scripts": ["raiden-cli=raiden_client.interfaces.cli:main"]},
61
)
0 commit comments