Compare commits
2 commits
5f1ca9a92e
...
26193bee00
Author | SHA1 | Date | |
---|---|---|---|
26193bee00 | |||
7fad833dd1 |
4 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 0.1.1
|
||||
current_version = 0.1.2
|
||||
commit = True
|
||||
tag = True
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -6,7 +6,7 @@ with open('README.rst') as f:
|
|||
|
||||
setuptools.setup(
|
||||
name='TSGRain Controller',
|
||||
version='0.1.1',
|
||||
version='0.1.2',
|
||||
author='ThetaDev',
|
||||
description='TSGRain irrigation controller',
|
||||
long_description=README,
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = '0.1.1'
|
||||
__version__ = '0.1.2'
|
||||
|
|
|
@ -39,7 +39,7 @@ def run():
|
|||
|
||||
cfg_path = None
|
||||
if args.cfg:
|
||||
cfg_path = args.cfg.name
|
||||
cfg_path = args.cfg.resolve()
|
||||
|
||||
app = application.Application(io_type, cfg_path=cfg_path)
|
||||
|
||||
|
|
Loading…
Reference in a new issue