From aaab57957fe7aaac7bd030c1fdff7bc47218bb1f Mon Sep 17 00:00:00 2001 From: Jason Madigan Date: Fri, 20 Oct 2023 17:09:24 +0100 Subject: [PATCH] 0.2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c218085..5f28ad7 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='pyhkc', - version='0.1', # start with a small number, increment as you make changes + version='0.2', # start with a small number, increment as you make changes packages=find_packages(), install_requires=open(os.path.join(BASE_DIR, 'requirements.txt')).readlines(), # Metadata