projects
/
curses-check-for-keypress.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1af126
)
Bump version to 0.3.
v0.3
author
W. Trevor King
<wking@tremily.us>
Thu, 11 Oct 2012 22:50:03 +0000
(18:50 -0400)
committer
W. Trevor King
<wking@tremily.us>
Thu, 11 Oct 2012 22:50:03 +0000
(18:50 -0400)
curses_check_for_keypress.py
patch
|
blob
|
history
diff --git
a/curses_check_for_keypress.py
b/curses_check_for_keypress.py
index 1b9d4d757a7a020ec8f92d524c36a50d7ed15a8d..d523894980b8d43f1f48b3e6e6b60ceb56631a60 100755
(executable)
--- a/
curses_check_for_keypress.py
+++ b/
curses_check_for_keypress.py
@@
-85,7
+85,7
@@
except ImportError: # Python 2
from StringIO import StringIO as _StringIO
-__version__ = '0.
2
'
+__version__ = '0.
3
'
def quiet_sleep():