Skip to content

Commit

Permalink
Bump to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cartermp committed Mar 19, 2024
1 parent f3a360e commit 5c86344
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "opentelemetry-instrument-openai"
version = "0.7.0"
version = "0.7.1"
description = "OpenTelemetry openai instrumentation"
license = "Apache-2.0"
authors = ["cartermp <pcarter@fastmail.com>"]
Expand Down
2 changes: 1 addition & 1 deletion src/opentelemetry/instrumentation/openai/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.7.0"
__version__ = "0.7.1"

0 comments on commit 5c86344

Please sign in to comment.