From 63f036a97c61ba25e923f41112f1f1a2e7dcd9e0 Mon Sep 17 00:00:00 2001 From: Marc Harper Date: Fri, 14 Dec 2018 02:57:35 -0800 Subject: [PATCH] Bump version to 1.0.5 --- setup.py | 4 ++-- ternary/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index d7f8a4e..4dd32f6 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ - +import setuptools from distutils.core import setup with open('README.txt') as file: @@ -18,7 +18,7 @@ setup( name="python-ternary", - version="1.0.4", + version="1.0.5", packages=['ternary'], install_requires=["matplotlib>=1.4"], author="Marc Harper and contributors", diff --git a/ternary/__init__.py b/ternary/__init__.py index e3fa86a..ce92baf 100644 --- a/ternary/__init__.py +++ b/ternary/__init__.py @@ -1,6 +1,6 @@ from matplotlib import pyplot as plt -__version__ = "1.0.4" +__version__ = "1.0.5" from .plotting import ( clear_matplotlib_ticks,