Skip to content

Commit 7866d3d

Browse files
committed
chore: 修改版本号为 v0.7.0
1 parent 3bf7ea8 commit 7866d3d

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

bgesdk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#-*- coding: utf-8 -*-
22

3-
__version__ = '0.6.2'
3+
__version__ = '0.7.0'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bge-python-sdk",
3-
"version": "0.6.2",
3+
"version": "0.7.0",
44
"scripts": {
55
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
66
"init_changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"

setup.cfg

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = bge-python-sdk
3-
version = 0.6.2
3+
version = 0.7.0
44
description = 可用于调用 BGE 开放平台的相关接口。
55
long_description = file: README.md
66
long_description_content_type = text/markdown
@@ -27,6 +27,9 @@ classifiers =
2727
Programming Language :: Python :: 3.8
2828
Programming Language :: Python :: 3.9
2929
Programming Language :: Python :: 3.10
30+
Programming Language :: Python :: 3.11
31+
Programming Language :: Python :: 3.12
32+
Programming Language :: Python :: 3.13
3033
Topic :: Software Development :: Libraries
3134
Topic :: Software Development :: Libraries :: Python Modules
3235
Topic :: Utilities

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
sonar.projectName=bge-python-sdk
2-
sonar.projectVersion=0.6.2
2+
sonar.projectVersion=0.7.0
33
sonar.host.url=https://sonarqube.omgut.com
44
sonar.projectKey=bge_bge-python-sdk_AX6jmT2y6I6LwTlVf_Z1
55
sonar.links.homepage=https://github.com/teambge/bge-python-sdk

0 commit comments

Comments
 (0)