Skip to content

Commit f3fa019

Browse files
author
Austin Raney
committed
bump package version to 0.1.5. resolves #97
1 parent a186bf2 commit f3fa019

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# define package name globally
1818
PKGNAME = "hydroshare_on_jupyter"
19-
VERSION = "0.1.4"
19+
VERSION = "0.1.5"
2020

2121
# define webapp path globally
2222
here = Path(__file__).resolve().parent

webapp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hydroshare_on_jupyter",
3-
"version": "0.1.0",
3+
"version": "0.1.5",
44
"private": true,
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)