Skip to content

Commit

Permalink
increment version after release
Browse files Browse the repository at this point in the history
  • Loading branch information
Cube707 authored and github-actions[bot] committed Aug 13, 2022
1 parent 2661999 commit ab4434f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readchar/__init__.py
@@ -1,6 +1,6 @@
"""Library to easily read single chars and key strokes"""

__version__ = "4.0.1-dev0"
__version__ = "4.0.2-dev0"
__all__ = ["readchar", "readkey", "key"]

from sys import platform
Expand Down

0 comments on commit ab4434f

Please sign in to comment.