summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pmstestsuite/__init__.py2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/pmstestsuite/__init__.py b/pmstestsuite/__init__.py
index 18d32ee..0a2802c 100644
--- a/pmstestsuite/__init__.py
+++ b/pmstestsuite/__init__.py
@@ -2,4 +2,4 @@
# (c) 2011 Michał Górny <mgorny@gentoo.org>
# Released under the terms of the 2-clause BSD license.
-PV = '0'
+PV = '0.0.1'
diff --git a/setup.py b/setup.py
index 365968d..6931681 100755
--- a/setup.py
+++ b/setup.py
@@ -136,7 +136,7 @@ setup(
],
classifiers = [
- 'Development Status :: 2 - Pre-Alpha',
+ 'Development Status :: 3 - Alpha',
'Environment :: Console',
'Intended Audience :: System Administrators',
'License :: OSI Approved :: BSD License',