We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eba8c2 commit 6dcc7b3Copy full SHA for 6dcc7b3
docs/source/conf.py
@@ -10,7 +10,7 @@
10
copyright = "2024-2025, Peng Ding"
11
author = "Peng Ding"
12
html_title = "Project CICADA"
13
-release = "0.2"
+release = "0.7.3"
14
15
import os
16
import sys
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "cicada-agent"
7
-version = "0.7.2"
+version = "0.7.3"
8
authors = [{ name = "Oaklight", email = "[email protected]" }]
9
description = "A Python package for the Cicada project"
readme = "README_en.md"
src/cicada/__init__.py
@@ -13,4 +13,4 @@
except ImportError:
pass
-__version__ = "0.7.2"
+__version__ = "0.7.3"
0 commit comments