We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ed7a90 commit 0fd5005Copy full SHA for 0fd5005
setup.py
@@ -17,7 +17,7 @@
17
18
def get_version():
19
content = open(Path(package_name) / '__init__.py').readlines()
20
- return "1.2.19"
+ return "1.2.20"
21
22
23
setup(
0 commit comments