summaryrefslogtreecommitdiff
path: root/example.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-01-30 12:29:53 +0000
committerLars Wirzenius <liw@liw.fi>2011-01-30 12:29:53 +0000
commite380c10748626a1c94c8dcd485a4bbe3cf41a684 (patch)
treedd5810c40d20d12998e2ec758d59e5c9e597ec16 /example.py
parentcf056e889edaad7f064ff9ba7f4a39e836e26850 (diff)
downloadcliapp-e380c10748626a1c94c8dcd485a4bbe3cf41a684.tar.gz
Add NEWS and release 0.4.
Diffstat (limited to 'example.py')
-rw-r--r--example.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example.py b/example.py
index 8322e79..9574725 100644
--- a/example.py
+++ b/example.py
@@ -32,5 +32,5 @@ class ExampleApp(cliapp.Application):
print line,
-ExampleApp().run()
+ExampleApp(version='0.1.2').run()