diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-06-27 23:23:05 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-06-27 23:23:05 +0200 |
commit | 86aeadea7afe133f77761b65c111f1dc27866483 (patch) | |
tree | a9dcfae7dddef15cb6247d1d8574bb81305e28d1 | |
parent | Install the D-Bus service config file as well. (diff) | |
download | pms-test-suite-86aeadea7afe133f77761b65c111f1dc27866483.tar.gz pms-test-suite-86aeadea7afe133f77761b65c111f1dc27866483.tar.bz2 pms-test-suite-86aeadea7afe133f77761b65c111f1dc27866483.zip |
Bump PV to 0.0.1.pms-test-suite-0.0.1
-rw-r--r-- | pmstestsuite/__init__.py | 2 | ||||
-rwxr-xr-x | setup.py | 2 |
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' @@ -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', |