We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 449090e + 488cc64 commit 865092cCopy full SHA for 865092c
.github/workflows/build-and-publish.yml
@@ -3,7 +3,7 @@ on:
3
branches:
4
- master
5
tags:
6
- - "^[0-9]+.[0-9]+.[0-9]+"
+ - "[0-9]+.[0-9]+.[0-9]+"
7
8
jobs:
9
build_and_deploy:
pyproject.toml
@@ -7,7 +7,7 @@ name = "sensirion-i2c-driver"
description = "Base Driver for Communicating With I2C Devices"
readme = "README.md"
10
-version = "1.0.2"
+version = "1.0.1"
11
requires-python = ">=3.8,<4.0"
12
13
authors = [
0 commit comments