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

Commit fd5a2d7

Browse files
committed
New Release
* Support images from anywhere in book * Add text to questions in picker * bug fixes
1 parent 792cfe4 commit fd5a2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

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

10-
VERSION = "5.0.7"
10+
VERSION = "5.0.8"
1111

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

0 commit comments

Comments
 (0)