Bump version to 0.3. v0.3
authorW. Trevor King <wking@tremily.us>
Thu, 11 Oct 2012 22:50:03 +0000 (18:50 -0400)
committerW. Trevor King <wking@tremily.us>
Thu, 11 Oct 2012 22:50:03 +0000 (18:50 -0400)
curses_check_for_keypress.py

index 1b9d4d757a7a020ec8f92d524c36a50d7ed15a8d..d523894980b8d43f1f48b3e6e6b60ceb56631a60 100755 (executable)
@@ -85,7 +85,7 @@ except ImportError:  # Python 2
     from StringIO import StringIO as _StringIO
 
 
-__version__ = '0.2'
+__version__ = '0.3'
 
 
 def quiet_sleep():