Skip to content

Commit

Permalink
increment version after release
Browse files Browse the repository at this point in the history
  • Loading branch information
Cube707 committed Mar 6, 2023
1 parent 2f8ca81 commit ee86c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readchar/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Library to easily read single chars and key strokes"""

__version__ = "4.0.4-dev1"
__version__ = "4.0.4-dev2"
__all__ = ["readchar", "readkey", "key", "config"]

from sys import platform
Expand Down

0 comments on commit ee86c84

Please sign in to comment.