prepare for 1.3.2
This commit is contained in:
parent
ab147238ce
commit
93d2bec204
@ -5,7 +5,7 @@
|
||||
from .client import CZDS
|
||||
|
||||
|
||||
__version__ = '1.3.1'
|
||||
__version__ = '1.3.2'
|
||||
__author__ = 'acidvegas'
|
||||
__email__ = 'acid.vegas@acid.vegas'
|
||||
__github__ = 'https://github.com/acidvegas/czds'
|
@ -10,6 +10,11 @@ import os
|
||||
|
||||
from .client import CZDS
|
||||
|
||||
from dotenv import load_dotenv
|
||||
|
||||
|
||||
load_dotenv()
|
||||
|
||||
|
||||
async def main():
|
||||
'''Entry point for the command line interface'''
|
||||
|
Loading…
Reference in New Issue
Block a user