From 53a0e142a27bb95498204870636a2b1f7a96cc54 Mon Sep 17 00:00:00 2001 From: Austin Raney Date: Mon, 10 Jan 2022 12:58:55 -0500 Subject: [PATCH] bump version to 0.1.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ebe03660..8664fdd8 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ # define package name globally PKGNAME = "hydroshare_on_jupyter" -VERSION = "0.1.2" +VERSION = "0.1.3" # define webapp path globally here = Path(__file__).resolve().parent