We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a186bf2 commit f3fa019Copy full SHA for f3fa019
setup.py
@@ -16,7 +16,7 @@
16
17
# define package name globally
18
PKGNAME = "hydroshare_on_jupyter"
19
-VERSION = "0.1.4"
+VERSION = "0.1.5"
20
21
# define webapp path globally
22
here = Path(__file__).resolve().parent
webapp/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hydroshare_on_jupyter",
3
- "version": "0.1.0",
+ "version": "0.1.5",
4
"private": true,
5
"main": "build/index.js",
6
"types": "build/index.d.ts",
0 commit comments