Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ldotlopez committed Jan 2, 2024
1 parent 9d195af commit 06dc3bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ verify_ssl = true
name = "pypi"

[packages]
homeassistant-historical-sensor = {editable = true, path = "."}

[dev-packages]
homeassistant-historical-sensor = {editable = true, path = "."}
sqlalchemy = "*"
ipdb = "*"
ipython = "*"
pre-commit = "*"
homeassistant = "*"
homeassistant = ">=2024.1.0b0"
build = "*"
twine = "*"

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "homeassistant-historical-sensor"
version = "2.0.0rc3"
version = "2.0.0rc4"
dependencies = [
"importlib-metadata; python_version >= '3.11'",
]
Expand Down

0 comments on commit 06dc3bc

Please sign in to comment.