Skip to content

Commit

Permalink
Update version to v1.0.1
Browse files Browse the repository at this point in the history
Fixed:
  - Add support for Pillow version ^7.0.0.
  • Loading branch information
aloisklink committed May 27, 2020
1 parent 75b2576 commit 47ffab7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [1.0.1] - 2020-05-27

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion flirextractor/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0"
__version__ = "1.0.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exclude = "scripts/example.py"

[tool.poetry]
name = "flirextractor"
version = "1.0.0"
version = "1.0.1"
description = "An efficient GPLv3-licensed Python package for extracting temperature data from FLIR IRT images."
authors = ["Alois Klink <[email protected]>"]
license = "GPL-3.0+"
Expand Down

0 comments on commit 47ffab7

Please sign in to comment.