From 0a39210e65efbec0694e72ea24e1a130c3390d82 Mon Sep 17 00:00:00 2001 From: T-AbdelAlim Date: Mon, 30 May 2022 14:19:47 +0200 Subject: [PATCH] updated executable v0.2.2 --- CraniumPy.py | 2 +- citation.cff | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CraniumPy.py b/CraniumPy.py index 4002b51..ef238b6 100644 --- a/CraniumPy.py +++ b/CraniumPy.py @@ -168,7 +168,7 @@ def buttons(self): if __name__ == '__main__': - print('Running CraniumPy 0.2.1') + print('Running CraniumPy 0.2.2') root = Tk() root.withdraw() #removes tkwindow from file import app = Qt.QApplication(sys.argv) diff --git a/citation.cff b/citation.cff index d048d02..65f5b18 100644 --- a/citation.cff +++ b/citation.cff @@ -6,8 +6,8 @@ authors: orcid: "https://orcid.org/0000-0003-4215-4406" title: "CraniumPy" -version: v0.2.1 +version: v0.2.2 doi: 10.5281/zenodo.6327088 -date-released: 04-Mar-2022 +date-released: 30-May-2022 url: "https://github.com/T-AbdelAlim/CraniumPy"