Skip to content

Commit

Permalink
Bump version to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ha-enthus1ast committed Dec 18, 2023
1 parent 7a2b388 commit 8c573b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
push: false
push: true
tags: vkaqyu/plejd-mqtt-ha:${{ github.ref_name }},vkaqyu/plejd-mqtt-ha:latest
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "plejd-mqtt-ha"
version = "0.0.8"
version = "0.1.0"
description = ""
authors = ["Viktor Karlquist <vkarlqui@gmail.com>"]
readme = "README.md"
Expand Down Expand Up @@ -48,6 +48,7 @@ warn_unused_configs = true




[tool.poetry.group.test.dependencies]
pytest-mock = "^3.6.1"
pytest-asyncio = "^0.23.2"
Expand Down

0 comments on commit 8c573b1

Please sign in to comment.