Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
platysma committed Nov 7, 2021
1 parent 96d7b53 commit 11271c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hass-vienna-smartmeter"
version = "0.0.0"
version = "0.1.0"
description = "Custom home assistant integration to add sensors for your Vienna Smart Meter energy meters."
authors = ["Platysma <platysma.dev@gmail.com>"]

Expand All @@ -11,11 +11,11 @@ vienna-smartmeter = {version = "^0.3.2", extras = ["async"]}
[tool.poetry.dev-dependencies]
flake8 = "^3.9.2"
reorder-python-imports = "^2.6.0"
black = "^21.9b0"
black = "^21.10b0"
flake8-bugbear = "^21.9.2"
flake8-comprehensions = "^3.6.1"
flake8-simplify = "^0.14.2"
flake8-use-fstring = "^1.1"
flake8-use-fstring = "^1.3"
pre-commit = "^2.15.0"
pylint = "^2.11.1"
isort = "^5.9.3"
Expand Down

0 comments on commit 11271c0

Please sign in to comment.