Skip to content

Commit 7632d58

Browse files
committed
build: add missing __version__
Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
1 parent 85e8821 commit 7632d58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from setuptools import setup, find_packages
1+
from setuptools import setup, find_packages, __version__
22
from os import path
33

44
desc_file = "README.md"

0 commit comments

Comments
 (0)