From 69ce057d005e4bf4095c85daf2c313801c26749e Mon Sep 17 00:00:00 2001 From: Zlatko Minev Date: Wed, 14 Jun 2023 18:02:23 -0400 Subject: [PATCH] Update __init__.py --- pyEPR/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyEPR/__init__.py b/pyEPR/__init__.py index 5355abc..34253b7 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.5.7 +@version: 0.9.0 @maintainer: Zlatko K. Minev and Asaf Diringer @email: zlatko.minev@aya.yale.edu @url: https://github.com/zlatko-minev/pyEPR @@ -86,7 +86,7 @@ "Will Livingston", "Steven Touzard" ] __license__ = "BSD-3-Clause" -__version__ = "0.8.5.7" +__version__ = "0.9.0" __maintainer__ = "Zlatko K. Minev and Asaf Diringer" __email__ = "zlatko.minev@aya.yale.edu" __url__ = r'https://github.com/zlatko-minev/pyEPR'