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 aa651de commit f4264a9Copy full SHA for f4264a9
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "opentelemetry-instrument-openai"
3
-version = "0.6.0"
+version = "0.7.0"
4
description = "OpenTelemetry openai instrumentation"
5
license = "Apache-2.0"
6
authors = ["cartermp <[email protected]>"]
src/opentelemetry/instrumentation/openai/version.py
@@ -12,4 +12,4 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-__version__ = "0.6.0"
+__version__ = "0.7.0"
0 commit comments