Skip to content

Commit 0bf2e2a

Browse files
committed
bump to 0.1.5 with tooltip assets folder fix
1 parent f6b378d commit 0bf2e2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jaal/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# import Jaal at root
22
from .jaal import Jaal
33
# version in setup fetched from here
4-
__version__ = "0.1.4"
4+
__version__ = "0.1.5"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def get_version(rel_path):
4141
"Operating System :: OS Independent",
4242
],
4343
python_requires='>=3.6',
44-
package_data={'': ['datasets/*', 'assets/logo.png', 'datasets/got/*']},
44+
package_data={'': ['datasets/*', 'assets/*', 'datasets/got/*']},
4545
include_package_data=True,
4646
install_requires=['dash>=1.19.0',
4747
'visdcc>=0.0.40',

0 commit comments

Comments
 (0)