Skip to content

Commit 56f6e3b

Browse files
committed
bump version to 0.6.1
1 parent 422b4bf commit 56f6e3b

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

aqi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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

1818
def to_iaqi(elem, cc, algo=ALGO_EPA):

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
# The short X.Y version.
5151
version = '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.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
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",

0 commit comments

Comments
 (0)