From 8964a051c55bb93b1b6ccdfb170021e4c1458bb3 Mon Sep 17 00:00:00 2001 From: Filippo Ledda Date: Wed, 9 Sep 2020 14:36:30 +0200 Subject: [PATCH] Release numbers update --- setup.py | 2 +- webapp/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ca888c6..6be55ee 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setuptools.setup( name="nwb_explorer", - version="0.4", + version="0.5.0", url="https://github.com/tarelli/nwb-explorer", author="MetaCell", author_email="info@metacell.us", diff --git a/webapp/package.json b/webapp/package.json index dcc8639..96ebb42 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -1,6 +1,6 @@ { "name": "nwb-explorer", - "version": "0.4.0", + "version": "0.5.0", "description": "NWB Explorer is an application that can be used by scientists to read, visualize and explore the content of NWB 2 files.", "repository": "https://github.com/MetaCell/geppetto-nwbexplorer", "license": "MIT",