Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmadigan committed Oct 20, 2023
1 parent 70caf32 commit aaab579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aaab579

Please sign in to comment.