Skip to content

Commit facdc47

Browse files
committed
fix incorrect version
d1d903d incorrectly nly incremented the minor version without resetting the patch
1 parent 3aa882e commit facdc47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "readchar"
7-
version = "4.2.1-dev0"
7+
version = "4.2.0-dev1"
88
requires-python = ">= 3.8"
99
dependencies = []
1010
authors = [

0 commit comments

Comments
 (0)