File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed
Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.0.2] - 2020-07-09
9+
10+ ### Fixed
11+
12+ - Add a ` py.typed ` file to show that we have typed Python annotations under
13+ PEP 561.
14+
815## [ 1.0.1] - 2020-05-27
916
1017### Fixed
Original file line number Diff line number Diff line change 1- __version__ = "1.0.1 "
1+ __version__ = "1.0.2 "
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ exclude = "scripts/example.py"
1414
1515[tool .poetry ]
1616name = " flirextractor"
17- version = " 1.0.1 "
17+ version = " 1.0.2 "
1818description = " An efficient GPLv3-licensed Python package for extracting temperature data from FLIR IRT images."
1919authors = [" Alois Klink <alois.klink@gmail.com>" ]
2020license = " GPL-3.0+"
You can’t perform that action at this time.
0 commit comments