File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2019 Marc Harper
3
+ Copyright (c) 2015-2021 Marc Harper
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
1
import setuptools
2
2
from distutils .core import setup
3
3
4
- version = "1.0.7 "
4
+ version = "1.0.8 "
5
5
6
6
with open ('README.txt' ) as file :
7
7
long_description = file .read ()
12
12
"License :: OSI Approved :: MIT License" ,
13
13
"Natural Language :: English" ,
14
14
"Programming Language :: Python" ,
15
- "Programming Language :: Python :: 3.5" ,
16
15
"Programming Language :: Python :: 3.6" ,
17
16
"Programming Language :: Python :: 3.7" ,
17
+ "Programming Language :: Python :: 3.8" ,
18
+ "Programming Language :: Python :: 3.9" ,
18
19
"Topic :: Scientific/Engineering :: Visualization"
19
20
]
20
21
Original file line number Diff line number Diff line change 21
21
from .heatmapping import heatmap , heatmapf , svg_heatmap
22
22
from .ternary_axes_subplot import figure , TernaryAxesSubplot
23
23
24
- __version__ = "1.0.7 "
24
+ __version__ = "1.0.8 "
You can’t perform that action at this time.
0 commit comments