Skip to content

Commit 67a597e

Browse files
committed
Bump version to 1.0.8
1 parent def63c0 commit 67a597e

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 Marc Harper
3+
Copyright (c) 2015-2021 Marc Harper
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

setup.py

+3-2
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.7"
4+
version = "1.0.8"
55

66
with open('README.txt') as file:
77
long_description = file.read()
@@ -12,9 +12,10 @@
1212
"License :: OSI Approved :: MIT License",
1313
"Natural Language :: English",
1414
"Programming Language :: Python",
15-
"Programming Language :: Python :: 3.5",
1615
"Programming Language :: Python :: 3.6",
1716
"Programming Language :: Python :: 3.7",
17+
"Programming Language :: Python :: 3.8",
18+
"Programming Language :: Python :: 3.9",
1819
"Topic :: Scientific/Engineering :: Visualization"
1920
]
2021

ternary/__init__.py

+1-1
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.7"
24+
__version__ = "1.0.8"

0 commit comments

Comments
 (0)