diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8ccc4b063..b6b233b52 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,4 +1,3 @@ [bumpversion] -current_version = 4.0.0 +current_version = 4.1.0 files = fhirclient/client.py - diff --git a/AUTHORS.md b/AUTHORS.md index 7c1183d2d..0d546e64f 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -9,6 +9,7 @@ Contributors The following wonderful people contributed directly or indirectly to this project: +- Alexandru Stanciu - Andrew Bjonnes - Erik Wiffin - Josh Mandel diff --git a/fhirclient/client.py b/fhirclient/client.py index d52af4529..1d36009a4 100644 --- a/fhirclient/client.py +++ b/fhirclient/client.py @@ -4,7 +4,7 @@ from server import FHIRServer, FHIRUnauthorizedException, FHIRNotFoundException -__version__ = '4.0.0' +__version__ = '4.1.0' __author__ = 'SMART Platforms Team' __license__ = 'APACHE2' __copyright__ = "Copyright 2017 Boston Children's Hospital"