Skip to content

Commit

Permalink
Bump version to 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Oct 12, 2023
1 parent e14d011 commit 95d437c
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 @@ -14,7 +14,7 @@ def get_long_description(file_name):
package_data={'easy_entrez': ['data/*.tsv', 'py.typed']},
# required for mypy to work
zip_safe=False,
version='0.3.6',
version='0.3.7',
license='MIT',
description='Python REST API for Entrez E-Utilities: stateless, easy to use, reliable.',
long_description=get_long_description('README.md'),
Expand Down

0 comments on commit 95d437c

Please sign in to comment.