Skip to content

Commit

Permalink
update version (#72)
Browse files Browse the repository at this point in the history
Need to update version before creating tag (after this is in place, will
then release the newer version to the pypi library which will make these
new additions installable via pip)
  • Loading branch information
AJuehneNIH authored Dec 4, 2023
2 parents 3d2693a + 588c8c7 commit 63dc222
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 @@ -24,7 +24,7 @@ def get_install_requirements():

setup(
name='healdata_utils',
version='0.2.4',
version='0.3.0',
author='Michael Kranz',
author_email='[email protected]',
long_description=generate_long_description(),
Expand Down

0 comments on commit 63dc222

Please sign in to comment.