Skip to content

Commit 0574a85

Browse files
committed
⭐ ready for 5.0.1
fix some bugs 1. airflow plugin 2. api error 3. support of jdbc view
1 parent 7174f9d commit 0574a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
with open("readme-en.md", "r") as fh:
99
long_description = fh.read()
1010

11-
VERSION = "5.0.0"
11+
VERSION = "5.0.1"
1212
REQUIRED = [x for x in open("requirement.txt", "r").read().split('\n') if x]
1313

1414
here = os.path.abspath(os.path.dirname(__file__))

0 commit comments

Comments
 (0)