Skip to content

Commit

Permalink
Merge pull request #27 from pimoroni/patch-v1.0.0
Browse files Browse the repository at this point in the history
Prep for v1.0.0.
  • Loading branch information
Gadgetoid authored Nov 8, 2023
2 parents cd64e4c + 69aef2a commit 5c02ef8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.0.0
-----

* Repackage to pyproject.toml
* Require i2cdevice>=1.0.0 (smbus2)

0.1.1
-----

Expand Down
2 changes: 1 addition & 1 deletion bme280/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from i2cdevice import BitField, Device, Register, _int_to_bytes
from i2cdevice.adapter import Adapter, LookupAdapter

__version__ = "0.1.1"
__version__ = "1.0.0"

CHIP_ID = 0x60
I2C_ADDRESS_GND = 0x76
Expand Down

0 comments on commit 5c02ef8

Please sign in to comment.