Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoAndreaBuchmann committed Jul 25, 2020
1 parent b151d80 commit 0ab9360
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
sys.exit(1)

github_url = "https://github.com/MarcoAndreaBuchmann/bme280pi/"
download_url = github_url + "archive/v1.0.2.tar.gz"
download_url = github_url + "archive/v1.0.tar.gz"


setup(name='bme280pi',
version='1.0.2',
version='1.1.0',
license='MIT',
description="bme280pi: the BME280 Sensor Reader for Raspberry Pi",
long_description=README,
Expand Down

0 comments on commit 0ab9360

Please sign in to comment.