From 6f230396d37f5007e19072cce667499c07d2e0b6 Mon Sep 17 00:00:00 2001 From: acidvegas Date: Fri, 21 Mar 2025 01:34:34 -0400 Subject: [PATCH] 1.2.3 release --- czds/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/czds/__init__.py b/czds/__init__.py index a78708f..b80d996 100644 --- a/czds/__init__.py +++ b/czds/__init__.py @@ -5,7 +5,7 @@ from .client import CZDS -__version__ = '1.2.2' +__version__ = '1.2.3' __author__ = 'acidvegas' __email__ = 'acid.vegas@acid.vegas' __github__ = 'https://github.com/acidvegas/czds' \ No newline at end of file diff --git a/setup.py b/setup.py index 2bb0dd4..67e5a56 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ with open('README.md', 'r', encoding='utf-8') as fh: setup( name='czds-api', - version='1.2.2', + version='1.2.3', author='acidvegas', author_email='acid.vegas@acid.vegas', description='ICANN API for the Centralized Zones Data Service',