Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
* master:
  Move badges
  Removed unused file
  version bump
  version bump
  Update thermofeel.py
  Update thermofeel.py
  • Loading branch information
tlmquintino committed Jul 9, 2021
2 parents a2b63a5 + 99a2bbb commit 7f814ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 53 deletions.
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
:width: 600
:alt: thermofeel logo

|license| |tag_release| |last_commit|

**thermofeel** (pronounced *thermo-feel*)

A library to calculate human thermal comfort indexes.
Expand Down Expand Up @@ -29,7 +31,7 @@ In support of the above indexes, it also calculates:
Status
======

|last_commit| |license| |pypi_release| |tag_release| |codecov| |python-publish| |test-coverage|
|pypi_release| |python-publish| |test-coverage| |codecov|

Installation
============
Expand Down
51 changes: 0 additions & 51 deletions tests/thermofeel_test_results.csv

This file was deleted.

2 changes: 1 addition & 1 deletion thermofeel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

from .thermofeel import * # noqa

__version__ = "1.0.0"
__version__ = "1.0.2"

0 comments on commit 7f814ea

Please sign in to comment.