mirror of
https://github.com/louisleroy5/trnslator.git
synced 2024-11-14 16:20:31 -05:00
Merge branch 'release/v1.0.2' into develop
This commit is contained in:
commit
8d1fa99af3
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user