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 Jul 25, 2022
1 parent 57ce4d4 commit a841427
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.0-dev0"
__version__ = "4.0.0-dev1"
__all__ = ["readchar", "readkey", "key"]

from sys import platform
Expand Down

0 comments on commit a841427

Please sign in to comment.