Skip to content

Commit 10b0b11

Browse files
committed
Bump version. Change status to Beta
1 parent deb2a9b commit 10b0b11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
author="Aleksandr Sobolev",
3838
author_email="[email protected]",
3939
classifiers=[
40-
"Development Status :: 3 - Alpha",
40+
"Development Status :: 4 - Beta",
4141
"Environment :: Console",
4242
"Intended Audience :: Developers",
4343
"License :: OSI Approved :: MIT License",
@@ -56,6 +56,6 @@
5656
keywords="raiden",
5757
packages=find_packages(exclude=["tests", "tests.*"]),
5858
url="https://github.com/maddevsio/raiden-python-client",
59-
version="0.0.9",
59+
version="1.0.0",
6060
entry_points={"console_scripts": ["raiden-cli=raiden_client.interfaces.cli:main"]},
6161
)

0 commit comments

Comments
 (0)