diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-08-13 09:36:59 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-08-13 09:36:59 +0200 |
commit | dbc9272ed63f85fb500455c7328dc7364bc35f7f (patch) | |
tree | 1250d609256d7c2c11ad00261288bb28ceb6aecc | |
parent | Use relative imports in module loader. (diff) | |
download | pms-test-suite-dbc9272ed63f85fb500455c7328dc7364bc35f7f.tar.gz pms-test-suite-dbc9272ed63f85fb500455c7328dc7364bc35f7f.tar.bz2 pms-test-suite-dbc9272ed63f85fb500455c7328dc7364bc35f7f.zip |
Bump PV to 0.0.5.pms-test-suite-0.0.5
-rw-r--r-- | pmstestsuite/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pmstestsuite/__init__.py b/pmstestsuite/__init__.py index 19b5322..7483eb8 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.0.4' +PV = '0.0.5' |