# HG changeset patch # User drewp@bigasterisk.com # Date 1630269368 25200 # Node ID 137ba2d6d016c2c8b40562ff95f389ec37319738 # Parent f440c731b1d59c7a6efc5c5c91facb5aecd4063e release 0.5.0 diff -r f440c731b1d5 -r 137ba2d6d016 lib/export_to_influxdb/setup.py --- a/lib/export_to_influxdb/setup.py Sun Aug 29 12:56:14 2021 -0700 +++ b/lib/export_to_influxdb/setup.py Sun Aug 29 13:36:08 2021 -0700 @@ -2,14 +2,14 @@ setup( name='export_to_influxdb', - version='0.4.0', + version='0.5.0', packages=['export_to_influxdb'], package_dir={'export_to_influxdb': ''}, install_requires=[ 'influxdb >= 3.0.0', 'scales', ], - url='https://projects.bigasterisk.com/export-to-influxdb/export_to_influxdb-0.4.0.tar.gz', + url='https://projects.bigasterisk.com/export-to-influxdb/export_to_influxdb-0.5.0.tar.gz', author='Drew Perttula', author_email='drewp@bigasterisk.com', )