diff --git a/CITATION.cff b/CITATION.cff index 5cfb6f2..aa44168 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -8,6 +8,6 @@ authors: given-names: "Lindsay" orcid: "https://orcid.org/0000-0003-4980-5128" title: "zol" -version: 1.3.8 +version: 1.4.12 date-released: 2023-08-25 url: "https://github.com/Kalan-Lab/zol" diff --git a/setup.py b/setup.py index 46384b2..f45ca30 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import os setup(name='zol', - version='1.4.11', + version='1.4.12', description='', url='http://github.com/Kalan-Lab/zol/', author='Rauf Salamzade',