summaryrefslogtreecommitdiff
path: root/cmdtestlib.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-01-01 18:53:46 +0000
committerLars Wirzenius <liw@liw.fi>2012-01-01 18:53:46 +0000
commit936208c22ac20af87743732184a84beaa37418d1 (patch)
treed8df2a0827c323cba56e66294fd7853883168b8d /cmdtestlib.py
parent5bee7461a12d6cdc493632ac44154d12e43db120 (diff)
downloadcmdtest-936208c22ac20af87743732184a84beaa37418d1.tar.gz
use only the __version__ in cmdtestlib.py
Diffstat (limited to 'cmdtestlib.py')
-rw-r--r--cmdtestlib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdtestlib.py b/cmdtestlib.py
index 9d84e70..a42b459 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.0'
+__version__ = '0.1'
import os