Skip to content

Commit 4c3b185

Browse files
committed
Add a py.typed as a typed package under PEP561
1 parent 47ffab7 commit 4c3b185

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

flirextractor/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.1"
1+
__version__ = "1.0.2"

flirextractor/py.typed

Whitespace-only changes.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ exclude = "scripts/example.py"
1414

1515
[tool.poetry]
1616
name = "flirextractor"
17-
version = "1.0.1"
17+
version = "1.0.2"
1818
description = "An efficient GPLv3-licensed Python package for extracting temperature data from FLIR IRT images."
1919
authors = ["Alois Klink <alois.klink@gmail.com>"]
2020
license = "GPL-3.0+"

0 commit comments

Comments
 (0)