File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2019 Marc Harper
3+ Copyright (c) 2015-2021 Marc Harper
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 11import setuptools
22from distutils .core import setup
33
4- version = "1.0.7 "
4+ version = "1.0.8 "
55
66with open ('README.txt' ) as file :
77 long_description = file .read ()
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
Original file line number Diff line number Diff line change 2121from .heatmapping import heatmap , heatmapf , svg_heatmap
2222from .ternary_axes_subplot import figure , TernaryAxesSubplot
2323
24- __version__ = "1.0.7 "
24+ __version__ = "1.0.8 "
You can’t perform that action at this time.
0 commit comments