Skip to content

Commit f4264a9

Browse files
committed
0.7.0 release
1 parent aa651de commit f4264a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "opentelemetry-instrument-openai"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
description = "OpenTelemetry openai instrumentation"
55
license = "Apache-2.0"
66
authors = ["cartermp <[email protected]>"]

src/opentelemetry/instrumentation/openai/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.6.0"
15+
__version__ = "0.7.0"

0 commit comments

Comments
 (0)