Skip to content

Commit 3d76614

Browse files
committed
build: release v0.1.0
Signed-off-by: Zhangjian He <[email protected]>
1 parent e45f652 commit 3d76614

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = opengemini_client
3-
version = 0.0.1
3+
version = 0.1.0
44
description = opengemini_client is a python client for opengemini
55
long_description = file: README.md
66
long_description_content_type = text/markdown

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
setup(
1818
name="opengemini_client",
19-
version="0.0.1",
19+
version="0.1.0",
2020
author="hezhangjian",
2121
author_email="[email protected]",
2222
description="A Python package for interacting with the opengemini",

0 commit comments

Comments
 (0)