Merge branch 'release/v1.0.2' into develop

This commit is contained in:
unknown 2020-06-23 18:55:45 -04:00
commit 8d1fa99af3
2 changed files with 3 additions and 3 deletions

View File

@ -35,8 +35,8 @@ jobs:
on:
distributions: sdist bdist_wheel
repo: louisleroy5/translater
branch: develop
tags: false
branch: master
tags: true
before_install:
- source install_energyplus.sh
- wget https://raw.githubusercontent.com/trichter/conda4travis/latest/conda4travis.sh -O conda4travis.sh

View File

@ -6,7 +6,7 @@
################################################################################
# Version of the package
__version__ = "1.0.1"
__version__ = "1.0.2"
# warn if a newer version of translater is available
from outdated import warn_if_outdated