version updated

This commit is contained in:
Dionysus 2025-03-21 21:03:57 -04:00
parent fd5e9542f6
commit aea3ae6a6d
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE
2 changed files with 2 additions and 2 deletions

View File

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

View File

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