Skip to content

Commit

Permalink
v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmadigan committed Mar 4, 2024
1 parent cd8638e commit cdb58dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
description='A Python client for HKC SecureComm API',
Expand Down

0 comments on commit cdb58dd

Please sign in to comment.