Skip to content

Commit

Permalink
Bump version to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
marcharper committed Dec 14, 2018
1 parent a0fd99b commit 63f036a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

import setuptools
from distutils.core import setup

with open('README.txt') as file:
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion ternary/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from matplotlib import pyplot as plt

__version__ = "1.0.4"
__version__ = "1.0.5"

from .plotting import (
clear_matplotlib_ticks,
Expand Down

0 comments on commit 63f036a

Please sign in to comment.