Skip to content

Commit

Permalink
Update SW version
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickjaigner committed Sep 20, 2023
1 parent 4009896 commit d18841e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sensor/config/config.template.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.0-beta.3",
"version": "0.2.0-beta.4",
"revision": 0,
"verbose_logging": false,
"active_components": {
Expand Down
2 changes: 1 addition & 1 deletion sensor/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sensor"
version = "0.2.0-beta.3"
version = "0.2.0-beta.4"
description = ""
authors = ["Moritz Makowski <[email protected]>", "Patrick Aigner <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion sensor/src/custom_types/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class Config:
class Config(pydantic.BaseModel):
"""The config.json for each sensor"""

version: Literal["0.2.0-beta.3"]
version: Literal["0.2.0-beta.4"] #TODO: change that
revision: int = pydantic.Field(..., ge=0)
verbose_logging: bool
active_components: ActiveComponentsConfig
Expand Down

0 comments on commit d18841e

Please sign in to comment.