From 8a29dbb91b85ce77c95a42eddec34dcd910c82f1 Mon Sep 17 00:00:00 2001 From: Priti A Shah Date: Fri, 7 Jan 2022 15:08:26 -0500 Subject: [PATCH] Update the init and setup files before creating a tag. --- pyEPR/__init__.py | 5 +++-- setup.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pyEPR/__init__.py b/pyEPR/__init__.py index b88272b..ad07f1f 100644 --- a/pyEPR/__init__.py +++ b/pyEPR/__init__.py @@ -59,7 +59,7 @@ @author: Zlatko Minev, Zaki Leghas, ... and the pyEPR team @site: https://github.com/zlatko-minev/pyEPR @license: "BSD-3-Clause" -@version: 0.8.4.6 +@version: 0.8.5.2 @maintainer: Zlatko K. Minev and Asaf Diringer @email: zlatko.minev@aya.yale.edu @url: https://github.com/zlatko-minev/pyEPR @@ -92,7 +92,7 @@ "Will Livingston", "Steven Touzard" ] __license__ = "BSD-3-Clause" -__version__ = "0.8.4.6" +__version__ = "0.8.5.2" __maintainer__ = "Zlatko K. Minev and Asaf Diringer" __email__ = "zlatko.minev@aya.yale.edu" __url__ = r'https://github.com/zlatko-minev/pyEPR' @@ -101,6 +101,7 @@ ############################################################################## # Config setup from ._config_default import get_config + config = get_config() ############################################################################## diff --git a/setup.py b/setup.py index a2796bd..8f20d1a 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setup( name='pyEPR-quantum', - version='0.8.4.6', + version='0.8.5.2', description=doclines[0], long_description=long_description, long_description_content_type="text/markdown",