Skip to content

Commit

Permalink
Bump to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ruscoder committed Jul 1, 2022
1 parent 191b4ee commit d5c6365
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## 0.0.1
## 0.1.0

- Initial release
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ fhirpath.py

[![Build Status](https://github.com/beda-software/fhirpath-py/actions/workflows/build.yaml/badge.svg)](https://github.com/beda-software/fhirpath-py/actions)
[![codecov](https://codecov.io/gh/beda-software/fhirpath-py/branch/master/graph/badge.svg)](https://codecov.io/gh/beda-software/fhirpath-py)
[![pypi](https://img.shields.io/pypi/v/fhirpathpy.svg)](https://pypi.python.org/pypi/fhirpathpy)
[![Supported Python version](https://img.shields.io/badge/python-3.7+-blue.svg)](https://www.python.org/downloads/release/python-370/)

[FHIRPath](https://www.hl7.org/fhir/fhirpath.html) implementation in Python
Expand Down
2 changes: 1 addition & 1 deletion fhirpathpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from fhirpathpy.engine.nodes import FP_Type

__title__ = "fhirpathpy"
__version__ = "0.0.1"
__version__ = "0.1.0"
__author__ = "beda.software"
__license__ = "MIT"
__copyright__ = "Copyright 2022 beda.software"
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def get_version(package):
url="https://github.com/beda-software/fhirpath-py",
project_urls={
"Source Code": "https://github.com/beda-software/fhirpath-py",
"Changelog": "https://github.com/beda-software/fhirpath-py/blob/master/CHANGELOG.md",
},
packages=["fhirpathpy"],
include_package_data=True,
Expand Down

0 comments on commit d5c6365

Please sign in to comment.