Skip to content

Commit a841427

Browse files
Cube707github-actions[bot]
authored andcommitted
increment version after release
1 parent 57ce4d4 commit a841427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readchar/__init__.py

Lines changed: 1 addition & 1 deletion
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.0-dev0"
3+
__version__ = "4.0.0-dev1"
44
__all__ = ["readchar", "readkey", "key"]
55

66
from sys import platform

0 commit comments

Comments
 (0)