Skip to content

Commit cab8008

Browse files
committed
Merge pull request #114 from dagalufh/tommy-work
Tommy work
2 parents 6b2a5df + 8ef6e89 commit cab8008

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Contents/Code/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@
1515

1616
NAME = 'WebTools'
1717
ICON = 'WebTools.png'
18-
VERSION = '2.0'
18+
VERSION = '2.1'
1919
AUTHTOKEN = ''
2020
SECRETKEY = ''
2121

22+
2223
#********** Imports needed *********
2324
import os, io, time
2425
from subprocess import call

0 commit comments

Comments
 (0)