Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
LaRiffle committed Oct 20, 2020
1 parent 4f3e1c7 commit 3ba3145
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ def run(self):
cmdclass={"build_py": MyBuildCommand, "sdist": MySdistCommand},
name="fhir2dataset",
packages=find_packages(),
include_package_data=True,
version="0.1.2",
include_package_data=True,
version="0.1.3",
license="Apache License 2.0",
description="Transform FHIR to Dataset",
long_description=long_description,
Expand Down

0 comments on commit 3ba3145

Please sign in to comment.