From cdb58dd1215d40e75c33972bd0d287829dc14c71 Mon Sep 17 00:00:00 2001 From: Jason Madigan Date: Mon, 4 Mar 2024 17:07:58 +0000 Subject: [PATCH] v0.4.2 --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 84a4022..aef091a 100644 --- a/setup.py +++ b/setup.py @@ -4,10 +4,9 @@ setup( name='pyhkc', - version='0.4.1', # start with a small number, increment as you make changes + version='0.4.2', packages=find_packages(), install_requires=open(os.path.join(BASE_DIR, 'requirements.txt')).readlines(), - # Metadata author='Jason Madigan', author_email='jason@jasonmadigan.com', description='A Python client for HKC SecureComm API',