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 35a4f59 commit d874026Copy full SHA for d874026
bk-plugin-framework/bk_plugin_framework/__version__.py
@@ -10,4 +10,4 @@
10
specific language governing permissions and limitations under the License.
11
"""
12
13
-__version__ = "2.3.1rc0"
+__version__ = "2.3.1"
bk-plugin-framework/pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "bk-plugin-framework"
3
-version = "2.3.1rc0"
+version = "2.3.1"
4
description = "bk plugin python framework"
5
authors = ["Your Name <[email protected]>"]
6
license = "MIT"
0 commit comments