Parcourir la source

version update

Steve Nyemba il y a 1 an
Parent
commit
aa0c97e0ae
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      meta/__init__.py

+ 2 - 2
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__
+__name__ = "Healthcare/IO::Parser "+__version__