Skip to content

Commit

Permalink
Bump version to 0.6.1 to incorporate Python performance fix.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 335691368
  • Loading branch information
Cameron Tew authored and nickgeorge committed Oct 6, 2020
1 parent 2c1dcb4 commit 2fe16ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def make_release_tree(self, base_dir: str, files: List[str]):

setuptools.setup(
name='google-fhir',
version='0.6.0',
version='0.6.1',
description='Tools for parsing and printing FHIR JSON.',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 2fe16ae

Please sign in to comment.