Skip to content

Commit

Permalink
chore: replicate version poetry fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nirga committed Jan 10, 2024
1 parent 53951fd commit 0b44208
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ jobs:
REPLICATE_API_TOKEN: ${{ secrets.REPLICATE_API_TOKEN }}
PINECONE_API_KEY: ${{ secrets.PINECONE_API_KEY }}
PINECONE_ENVIRONMENT: ${{ secrets.PINECONE_ENVIRONMENT }}
GOOGLE_APPLICATION_CREDENTIALS: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}
TRACELOOP_API_KEY: ${{ secrets.TRACELOOP_API_KEY }}
run: npx nx affected -t test --exclude='sample-app' --parallel=3

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ addopts = "--cov --cov-report html:'../../coverage/packages/opentelemetry-instru

[tool.poetry]
name = "opentelemetry-instrumentation-replicate"
version = "0.7.0"
version = "0.8.1"
description = "OpenTelemetry Replicate instrumentation"
authors = [ "Kartik Prajapati <[email protected]>" ]
license = 'Apache-2.0'
Expand Down

0 comments on commit 0b44208

Please sign in to comment.