We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b67672 commit 73230f1Copy full SHA for 73230f1
1 file changed
readchar/__init__.py
@@ -1,6 +1,6 @@
1
"""Library to easily read single chars and key strokes"""
2
3
-__version__ = "4.0.4-dev0"
+__version__ = "4.0.4-dev1"
4
__all__ = ["readchar", "readkey", "key", "config"]
5
6
from sys import platform
0 commit comments