diff options
author | Lars Wirzenius <liw@liw.fi> | 2012-02-18 11:26:28 +0000 |
---|---|---|
committer | Lars Wirzenius <liw@liw.fi> | 2012-02-18 11:26:28 +0000 |
commit | 31c19b1e64731ca25f69fbcebc15a352f0a2b2d4 (patch) | |
tree | 6bdbfe08d56ba85340a9de986f01a33d366431ce /cmdtestlib.py | |
parent | 3ae8ac5595c1f9020d32fee989ce354d58723d51 (diff) | |
download | cmdtest-31c19b1e64731ca25f69fbcebc15a352f0a2b2d4.tar.gz |
Release version 0.2.cmdtest-0.2
Diffstat (limited to 'cmdtestlib.py')
-rw-r--r-- | cmdtestlib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdtestlib.py b/cmdtestlib.py index 8c63d37..779133a 100644 --- a/cmdtestlib.py +++ b/cmdtestlib.py @@ -14,7 +14,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. -__version__ = '0.1' +__version__ = '0.2' import os |