Update development status of PlatformIO from "Beta" to "Production/Stable"

This commit is contained in:
Ivan Kravets
2015-02-25 21:22:54 +02:00
parent 8bc8bdd6bd
commit 6d8d87dfbc
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Copyright (C) Ivan Kravets <me@ikravets.com>
# See LICENSE for details.
VERSION = (0, 11, "0-dev")
VERSION = (1, 0, "0-dev")
__version__ = ".".join([str(s) for s in VERSION])
__title__ = "platformio"

View File

@ -31,7 +31,7 @@ setup(
]
},
classifiers=[
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",