From 9f5f06b3de1f9eac29ee97a407e8b31987b032b2 Mon Sep 17 00:00:00 2001 From: Daniel Asay Date: Tue, 6 Feb 2024 16:22:28 -0500 Subject: [PATCH] new version with updates --- ndagen/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ndagen/__version__.py b/ndagen/__version__.py index 06be63a..0007d26 100644 --- a/ndagen/__version__.py +++ b/ndagen/__version__.py @@ -1,6 +1,6 @@ __title__ = 'ndagen' __description__ = 'Command Line Tool to Generate Metadata Spreadsheet for NDA Upload' __url__ = 'https://github.com/harvard-nrg/ndagen' -__version__ = '0.2.0' +__version__ = '0.3.0' __author__ = 'Neuroinformatics Research Group' __author_email__ = 'info@neuroinfo.org'