prepare for 1.3.2

This commit is contained in:
Dionysus 2025-03-23 14:29:44 -04:00
parent ab147238ce
commit 93d2bec204
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE
3 changed files with 7 additions and 2 deletions

View File

@ -5,7 +5,7 @@
from .client import CZDS from .client import CZDS
__version__ = '1.3.1' __version__ = '1.3.2'
__author__ = 'acidvegas' __author__ = 'acidvegas'
__email__ = 'acid.vegas@acid.vegas' __email__ = 'acid.vegas@acid.vegas'
__github__ = 'https://github.com/acidvegas/czds' __github__ = 'https://github.com/acidvegas/czds'

View File

@ -10,6 +10,11 @@ import os
from .client import CZDS from .client import CZDS
from dotenv import load_dotenv
load_dotenv()
async def main(): async def main():
'''Entry point for the command line interface''' '''Entry point for the command line interface'''

View File

@ -11,7 +11,7 @@ with open('README.md', 'r', encoding='utf-8') as fh:
setup( setup(
name='czds-api', name='czds-api',
version='1.3.1', version='1.3.2',
author='acidvegas', author='acidvegas',
author_email='acid.vegas@acid.vegas', author_email='acid.vegas@acid.vegas',
description='ICANN API for the Centralized Zones Data Service', description='ICANN API for the Centralized Zones Data Service',