Skip to content

Commit

Permalink
Update to version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aloisklink committed Nov 15, 2019
1 parent d417762 commit 8b14c34
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 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]
## [0.1.1] - 2019-11-15

### 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__ = "0.1.0"
__version__ = "0.1.1"
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[tool.black]
line-length = 79
exclude = "scripts/example.py|.venv"

[tool.isort]
line-length = 79
Expand All @@ -9,11 +10,12 @@ force_grid_wrap = 0
use_parentheses = true
skip_glob = "*.md"
filter_files = true
exclude = "scripts/example.py"

[tool.poetry]
name = "flirextractor"
version = "0.1.0"
description = "A library from extracting temperature values from FLIR IRT Images."
version = "0.1.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+"
readme = "README.md"
Expand Down

0 comments on commit 8b14c34

Please sign in to comment.