From da1905810e69668273af6a409a7634eb8ed72146 Mon Sep 17 00:00:00 2001 From: John Holland Date: Fri, 28 May 2021 16:07:15 -0400 Subject: [PATCH] bump version to rc1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 23f34640..c949a242 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="pyx12", - version="3.0.0b5", + version="3.0.0rc1", long_description=LONG_DESCRIPTION, license='BSD', description="HIPAA X12 validator, parser and converter",