Skip to content

Commit 6ffbdd5

Browse files
committed
chore: Update version number to 4.0.0
1 parent e3bacfb commit 6ffbdd5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/resources/globals.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@
33
import platform
44
import os
55
from neo4j import GraphDatabase
6-
import redis
76
import requests
87

98

109
class Globals:
11-
VERSION = '3.8.7'
10+
VERSION = '4.0.0'
1211
root_path = os.path.dirname(os.path.dirname(__file__))
1312
APP_CONF = os.path.join(root_path, 'vault/app_conf.json')
1413
AUTHTEXT = 'See the Authentication section of API tutorial page for details on how to authenticate.'

0 commit comments

Comments
 (0)