fixed entry to library

This commit is contained in:
Dionysus 2025-03-26 16:17:22 -04:00
parent ff89f14a85
commit 2a7b271d4f
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE
2 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,9 @@
# ICANN API for the Centralized Zones Data Service - developed by acidvegas (https://git.acid.vegas/czds) # ICANN API for the Centralized Zones Data Service - developed by acidvegas (https://git.acid.vegas/czds)
# czds/__init__.py # czds/__init__.py
__version__ = '1.3.6' from .client import CZDS
__version__ = '1.3.7'
__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

@ -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.6', version='1.3.7',
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',