We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 825c26f commit 17e08c9Copy full SHA for 17e08c9
setup.py
@@ -1,7 +1,7 @@
1
import setuptools
2
from distutils.core import setup
3
4
-version = "1.0.6"
+version = "1.0.7"
5
6
with open('README.txt') as file:
7
long_description = file.read()
ternary/__init__.py
@@ -21,4 +21,4 @@
21
from .heatmapping import heatmap, heatmapf, svg_heatmap
22
from .ternary_axes_subplot import figure, TernaryAxesSubplot
23
24
-__version__ = "1.0.6"
+__version__ = "1.0.7"
0 commit comments