Skip to content

Commit 1436507

Browse files
committed
chore: increase version
1 parent 1d6c5c5 commit 1436507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webgenie/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import psutil
44
# Change this value when updating your code base.
55
# Define the version of the webgenie.
6-
__VERSION__ = "1.3.3" # version
6+
__VERSION__ = "1.3.4" # version
77

88
SPEC_VERSION = (
99
(1000 * int(__VERSION__.split(".")[0]))

0 commit comments

Comments
 (0)