Skip to content

Commit

Permalink
Update version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tyeth committed Nov 26, 2024
1 parent 29cec25 commit e329f1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion circuitpython_sensirion_i2c_sen5x/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# (c) Copyright 2022 Sensirion AG, Switzerland

version = "0.1.2"
version = "1.0.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "circuitpython-sensirion-i2c-sen5x"
version = "0.1.2"
version = "1.0.0"
description = "A CircuitPython driver for Sensirion SEN5x air quality devices. Fork of original python version by Sensirion."
authors = ["Tyeth Gundry <[email protected]>", "Sensirion AG <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit e329f1f

Please sign in to comment.