From aa0c97e0ae61e6a11b2afca17b23603b77ecda93 Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Fri, 9 Feb 2024 10:14:00 -0600 Subject: [PATCH] version update --- meta/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/__init__.py b/meta/__init__.py index 7170958..cbfb999 100644 --- a/meta/__init__.py +++ b/meta/__init__.py @@ -1,5 +1,5 @@ __author__ = 'The Phi Technology LLC' -__version__ = '2.0-RC' +__version__ = '2.0' __license__ = """ (c) 2019 EDI Parser Toolkit, Health Information Privacy Lab, Vanderbilt University Medical Center & The Phi Technology @@ -19,4 +19,4 @@ Sample 835 and 837 claims (zipped) are available for download at https://x12.org DOCUMENTATION : - https://healthcareio.the-phi.com for more information """ -__name__ = "Healthcare/IO::Parser "+__version__ \ No newline at end of file +__name__ = "Healthcare/IO::Parser "+__version__