aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lava_tool/__init__.py2
-rwxr-xr-xsetup.py3
2 files changed, 2 insertions, 3 deletions
diff --git a/lava_tool/__init__.py b/lava_tool/__init__.py
index fced2da..dfc00ae 100644
--- a/lava_tool/__init__.py
+++ b/lava_tool/__init__.py
@@ -19,4 +19,4 @@
def version():
- return "0.11.3"
+ return "0.12"
diff --git a/setup.py b/setup.py
index 72737b3..e0d24e1 100755
--- a/setup.py
+++ b/setup.py
@@ -36,12 +36,11 @@ setup(
license="LGPLv3",
entry_points=entry_points,
classifiers=[
- "Development Status :: 4 - Beta",
+ "Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
("License :: OSI Approved :: GNU Library or Lesser General Public"
" License (LGPL)"),
"Operating System :: OS Independent",
- "Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Topic :: Software Development :: Testing",
],