Skip to content

Commit 02ad5c4

Browse files
committed
Bump versions for 0.7.0 release
1 parent a6f25f7 commit 02ad5c4

2 files changed

Lines changed: 2 additions & 2 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.dev"
4+
__version__ = "0.7.0"
55

66
import sys
77
import subprocess

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "compost_rpc"
3-
version = "0.7.0.dev"
3+
version = "0.7.0"
44
description = "Compost RPC protocol generator"
55
authors = [
66
{ name = "Radovan Blažek", email = "radovan.blazek@st.com" },

0 commit comments

Comments
 (0)