Skip to content

Commit 6dcc7b3

Browse files
committed
🔧 chore(release): bump version to 0.7.3
- update project version in documentation configuration - update version in pyproject.toml file - update version in package __init__.py file
1 parent 4eba8c2 commit 6dcc7b3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
copyright = "2024-2025, Peng Ding"
1111
author = "Peng Ding"
1212
html_title = "Project CICADA"
13-
release = "0.2"
13+
release = "0.7.3"
1414

1515
import os
1616
import sys

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "cicada-agent"
7-
version = "0.7.2"
7+
version = "0.7.3"
88
authors = [{ name = "Oaklight", email = "[email protected]" }]
99
description = "A Python package for the Cicada project"
1010
readme = "README_en.md"

src/cicada/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
except ImportError:
1414
pass
1515

16-
__version__ = "0.7.2"
16+
__version__ = "0.7.3"

0 commit comments

Comments
 (0)