Skip to content

Commit

Permalink
Bump version to 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
marcharper committed May 10, 2020
1 parent 825c26f commit 17e08c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import setuptools
from distutils.core import setup

version = "1.0.6"
version = "1.0.7"

with open('README.txt') as file:
long_description = file.read()
Expand Down
2 changes: 1 addition & 1 deletion ternary/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
from .heatmapping import heatmap, heatmapf, svg_heatmap
from .ternary_axes_subplot import figure, TernaryAxesSubplot

__version__ = "1.0.6"
__version__ = "1.0.7"

0 comments on commit 17e08c9

Please sign in to comment.