mirror of
https://github.com/louisleroy5/trnslator.git
synced 2024-11-15 00:30:31 -05:00
Merge branch 'release/v1.0.2' into develop
This commit is contained in:
commit
8d1fa99af3
|
@ -35,8 +35,8 @@ jobs:
|
||||||
on:
|
on:
|
||||||
distributions: sdist bdist_wheel
|
distributions: sdist bdist_wheel
|
||||||
repo: louisleroy5/translater
|
repo: louisleroy5/translater
|
||||||
branch: develop
|
branch: master
|
||||||
tags: false
|
tags: true
|
||||||
before_install:
|
before_install:
|
||||||
- source install_energyplus.sh
|
- source install_energyplus.sh
|
||||||
- wget https://raw.githubusercontent.com/trichter/conda4travis/latest/conda4travis.sh -O conda4travis.sh
|
- wget https://raw.githubusercontent.com/trichter/conda4travis/latest/conda4travis.sh -O conda4travis.sh
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
# Version of the package
|
# Version of the package
|
||||||
__version__ = "1.0.1"
|
__version__ = "1.0.2"
|
||||||
|
|
||||||
# warn if a newer version of translater is available
|
# warn if a newer version of translater is available
|
||||||
from outdated import warn_if_outdated
|
from outdated import warn_if_outdated
|
||||||
|
|
Loading…
Reference in New Issue
Block a user