Skip to content

Commit

Permalink
chore: 修改版本号为 v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leafcoder committed Nov 22, 2024
1 parent 3bf7ea8 commit 7866d3d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bgesdk/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#-*- coding: utf-8 -*-

__version__ = '0.6.2'
__version__ = '0.7.0'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bge-python-sdk",
"version": "0.6.2",
"version": "0.7.0",
"scripts": {
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"init_changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
Expand Down
5 changes: 4 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = bge-python-sdk
version = 0.6.2
version = 0.7.0
description = 可用于调用 BGE 开放平台的相关接口。
long_description = file: README.md
long_description_content_type = text/markdown
Expand All @@ -27,6 +27,9 @@ classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Topic :: Software Development :: Libraries
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Utilities
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sonar.projectName=bge-python-sdk
sonar.projectVersion=0.6.2
sonar.projectVersion=0.7.0
sonar.host.url=https://sonarqube.omgut.com
sonar.projectKey=bge_bge-python-sdk_AX6jmT2y6I6LwTlVf_Z1
sonar.links.homepage=https://github.com/teambge/bge-python-sdk
Expand Down

0 comments on commit 7866d3d

Please sign in to comment.