Skip to content

Commit

Permalink
Merge pull request #23 from krassowski/bump-version
Browse files Browse the repository at this point in the history
Bump version to 0.3.7
  • Loading branch information
krassowski authored Oct 12, 2023
2 parents e14d011 + 95d437c commit 0c442dd
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 0c442dd

Please sign in to comment.