Skip to content

Commit

Permalink
chore: upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
m4dm4rtig4n committed May 28, 2024
1 parent c31dfb4 commit 0fa8fe2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
# POETRY CONFIGURATION
[tool.poetry]
name = "myelectricaldata-import"
version = "0.13.0"
version = "0.13.1"
description = "MyElectricalData official client"
authors = ["Clément VALENTIN <m4dm4rtig4n@gmail.com>"]
readme = "README.md"
Expand Down Expand Up @@ -231,4 +231,4 @@ style = { cmd = "task black-style && task ruff-fix", help = "Enforce style with
flake8 = { cmd = "flake8 .", help = "Launch flak8" }
pylint = { cmd = "pylint --recursive=y .", help = "Lauch pytlint" }
vulture = { cmd = "vulture", help = "Launch vulture" }
lint = { cmd = "task black && task ruff && task flake8 && task pylint && task vulture", help = "Launch all linters" }
lint = { cmd = "task black && task ruff && task flake8 && task pylint && task vulture", help = "Launch all linters" }
2 changes: 1 addition & 1 deletion src/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Application version update by Semantic Release."""

VERSION = "0.13.0"
VERSION = "0.13.1"

0 comments on commit 0fa8fe2

Please sign in to comment.