File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ A library to convert between AQI value and pollutant concentration
1212 :target: https://travis-ci.org/hrbonz/python-aqi
1313 :alt: Testing Status
1414
15- .. image :: https://readthedocs.org/projects/python-aqi/badge/?version=0.6.0
15+ .. image :: https://readthedocs.org/projects/python-aqi/badge/?version=0.6.1
1616 :target: https://readthedocs.org/projects/python-aqi/?badge=latest
1717 :alt: Documentation Status
1818
Original file line number Diff line number Diff line change 1212__author__ = "Stefan \" hr\" Berder"
1313__contact__ = "hr@bonz.org"
1414__license__ = "BSD 3-Clause"
15- __version__ = "0.6.0 "
15+ __version__ = "0.6.1 "
1616
1717
1818def to_iaqi (elem , cc , algo = ALGO_EPA ):
Original file line number Diff line number Diff line change 5050# The short X.Y version.
5151version = '0.4'
5252# The full version, including alpha/beta/rc tags.
53- release = '0.6.0 '
53+ release = '0.6.1 '
5454
5555# The language for content autogenerated by Sphinx. Refer to documentation
5656# for a list of supported languages.
Original file line number Diff line number Diff line change 1212
1313setup (
1414 name = 'python-aqi' ,
15- version = "0.6.0 " ,
15+ version = "0.6.1 " ,
1616 author = "Stefan \" hr\" Berder" ,
1717 author_email = "hr@bonz.org" ,
1818 license = "BSD 3-Clause" ,
You can’t perform that action at this time.
0 commit comments