Skip to content

Commit 517b04c

Browse files
committed
chore: 更新版本号至 v0.3.1
1 parent 592bc41 commit 517b04c

4 files changed

Lines changed: 4 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.3.0'
3+
__version__ = '0.3.1'

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.3.0",
3+
"version": "0.3.1",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = bge-python-sdk
3-
version = 0.3.0
3+
version = 0.3.1
44
description = 可用于调用 BGE 开放平台的相关接口。
55
long_description = file: README.md
66
long_description_content_type = text/markdown

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.3.0
2+
sonar.projectVersion=0.3.1
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)