Skip to content

Commit 14c263f

Browse files
committed
advanced version for pip release
1 parent de728da commit 14c263f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

hypertools/plot/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
#!/usr/bin/env python
2+
import matplotlib as mpl
3+
mpl.use('TkAgg')

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
setup(
2727
name='hypertools',
28-
version='0.1.4',
28+
version='0.1.5',
2929
description=DESCRIPTION,
3030
long_description=LONG_DESCRIPTION,
3131
author='Contextual Dynamics Lab',

0 commit comments

Comments
 (0)