forgot version increase
This commit is contained in:
parent
e6e0d7ac2e
commit
3f18663ca5
1 changed files with 1 additions and 1 deletions
2
pulse.py
2
pulse.py
|
@ -33,7 +33,7 @@ logger.addHandler(ch)
|
||||||
|
|
||||||
logger.setLevel(logging.INFO)
|
logger.setLevel(logging.INFO)
|
||||||
|
|
||||||
__version__ = "v0.0.3"
|
__version__ = "v0.0.4"
|
||||||
logger.info(__version__)
|
logger.info(__version__)
|
||||||
client = InfluxDBClient(url=URL, token=TOKEN, org=ORG)
|
client = InfluxDBClient(url=URL, token=TOKEN, org=ORG)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue