add __version__ to setup.py

v1.5.2
This commit is contained in:
Teleport
2023-07-18 02:27:39 +03:00
parent 0eebcca218
commit 21ee8e1fa5
2 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
from .api import *
__version__ = '1.5.1'
__version__ = '1.5.2'