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