Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit b26c13a

Browse files
committed
5.10.2 was bad
1 parent 3e42c66 commit b26c13a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
with open("requirements.txt", "r", encoding="utf-8") as fh:
1111
dependencies = [l.strip() for l in fh]
1212

13-
VERSION = "5.10.2"
13+
VERSION = "5.10.3"
1414

1515
# These pre-install hooks are useful to make sure any pre-requisite
1616
# programs that are not pip installable are in place.

0 commit comments

Comments
 (0)