Skip to content

Commit 6cb0df5

Browse files
committed
chore: Release version 0.7.1
1 parent 1503b9c commit 6cb0df5

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

compost_rpc/compost_rpc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Main module of Compost
22
"""
33

4-
__version__ = "0.7.0"
4+
__version__ = "0.7.1"
55

66
import sys
77
import subprocess

pyproject.toml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "compost_rpc"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
description = "Compost RPC protocol generator"
55
authors = [
66
{ name = "Radovan Blažek", email = "radovan.blazek@st.com" },
@@ -17,7 +17,12 @@ license-files = ["LICENSE"]
1717
serial = ["pyserial==3.*"]
1818
addons = ["colorful==0.5.*"]
1919
test = ["pytest==8.3.*"]
20-
docs = ["sphinx==8.1.3", "myst-parser==4.0.1", "furo==2024.8.6", "breathe==4.36.0"]
20+
docs = [
21+
"sphinx==8.1.3",
22+
"myst-parser==4.0.1",
23+
"furo==2024.8.6",
24+
"breathe==4.36.0",
25+
]
2126

2227
[project.urls]
2328
Issues = "https://github.com/STMicroelectronics/compost-rpc/issues"
@@ -36,4 +41,3 @@ build-backend = "uv_build"
3641
[tool.uv.build-backend]
3742
module-name = "compost_rpc"
3843
module-root = ""
39-

0 commit comments

Comments
 (0)