From b8ece69e7191b71bf56d5209ba65789e21b1672f Mon Sep 17 00:00:00 2001 From: gatkin Date: Wed, 6 Jun 2018 19:45:14 -0500 Subject: [PATCH] Bump version for PyPi release :shipit: --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5175459..2173561 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ description='Declarative XML processing library', long_description=long_description, long_description_content_type='text/markdown', - version='1.0.1rc1', + version='1.0.1', url='http://declxml.readthedocs.io/', project_urls={ 'Documentation': 'http://declxml.readthedocs.io/',