Skip to content

Commit 17e08c9

Browse files
committed
Bump version to 1.0.7
1 parent 825c26f commit 17e08c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import setuptools
22
from distutils.core import setup
33

4-
version = "1.0.6"
4+
version = "1.0.7"
55

66
with open('README.txt') as file:
77
long_description = file.read()

ternary/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
from .heatmapping import heatmap, heatmapf, svg_heatmap
2222
from .ternary_axes_subplot import figure, TernaryAxesSubplot
2323

24-
__version__ = "1.0.6"
24+
__version__ = "1.0.7"

0 commit comments

Comments
 (0)