mirror of
https://github.com/sprockets/sprockets-influxdb.git
synced 2024-11-14 19:29:29 +00:00
Bump the version
This commit is contained in:
parent
9ba7a5e82c
commit
7fee1a1c83
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ except ImportError: # pragma: no cover
|
|||
logging.critical('Could not import Tornado')
|
||||
concurrent, httpclient, ioloop = None, None, None
|
||||
|
||||
version_info = (1, 0, 2)
|
||||
version_info = (1, 0, 3)
|
||||
__version__ = '.'.join(str(v) for v in version_info)
|
||||
__all__ = ['__version__', 'version_info', 'add_measurement', 'flush',
|
||||
'install', 'shutdown', 'Measurement']
|
||||
|
|
Loading…
Reference in a new issue