Skip to content

Commit

Permalink
Merge branch 'release-1.4.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Milind220 committed Mar 15, 2022
2 parents ff063df + 12aa00f commit c6ddf78
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,9 @@ dmypy.json

# Pyre type checker
.pyre/

# PyCharm (or other JetBrains IDE)
.idea/

# Visual Studio Code
.vscode/
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,5 @@ This package is a wrapper around an API provided by the World Air Quality Index

Enjoy using Ozone!
🥳 🍾 🚀

#### _Created by Milind Sharma_
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = ozon3
version = 1.4.0
version = 1.4.1
author = Milind Sharma
author_email = [email protected]
description = A package to get air quality data using the WAQI API
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
description="A package to get air quality data using the WAQI API",
license="GPLv3+",
url="https://github.com/Milind220/Ozone",
version="1.4.0",
download_url="https://github.com/Milind220/Ozone/archive/refs/tags/v1.4.0.tar.gz",
version="1.4.1",
download_url="https://github.com/Milind220/Ozone/archive/refs/tags/v1.4.1.tar.gz",
packages=setuptools.find_packages(),
install_requires=[
"numpy; python_version>='3'",
Expand Down

0 comments on commit c6ddf78

Please sign in to comment.