We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f588f0d commit 7ae4796Copy full SHA for 7ae4796
2 files changed
bk-plugin-framework/bk_plugin_framework/__version__.py
@@ -9,4 +9,4 @@
9
specific language governing permissions and limitations under the License.
10
"""
11
12
-__version__ = "2.3.9"
+__version__ = "2.3.10"
bk-plugin-framework/pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "bk-plugin-framework"
3
-version = "2.3.9"
+version = "2.3.10"
4
description = "bk plugin python framework"
5
authors = ["Your Name <you@example.com>"]
6
license = "MIT"
0 commit comments