Skip to content

Commit ee86c84

Browse files
committed
increment version after release
1 parent 2f8ca81 commit ee86c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readchar/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Library to easily read single chars and key strokes"""
22

3-
__version__ = "4.0.4-dev1"
3+
__version__ = "4.0.4-dev2"
44
__all__ = ["readchar", "readkey", "key", "config"]
55

66
from sys import platform

0 commit comments

Comments
 (0)