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 f8e40da commit ab8b084Copy full SHA for ab8b084
webgenie/constants.py
@@ -4,7 +4,7 @@
4
# Change this value when updating your code base.
5
# Define the version of the webgenie.
6
7
-__VERSION__ = "1.1.20" # version
+__VERSION__ = "1.1.30" # version
8
9
SPEC_VERSION = (
10
(1000 * int(__VERSION__.split(".")[0]))
0 commit comments