Skip to content

Commit

Permalink
Bump version for aws propagator and aws sdk extension for release (#2773
Browse files Browse the repository at this point in the history
)
  • Loading branch information
lzchen committed Aug 5, 2024
1 parent 8bfae49 commit 2a707bc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
]
dependencies = [
"opentelemetry-instrumentation == 0.48b0.dev",
"opentelemetry-propagator-aws-xray == 1.0.1",
"opentelemetry-propagator-aws-xray ~= 1.0.1",
"opentelemetry-semantic-conventions == 0.48b0.dev",
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.48b0.dev",
"opentelemetry-semantic-conventions == 0.48b0.dev",
"opentelemetry-propagator-aws-xray == 1.0.1",
"opentelemetry-propagator-aws-xray ~= 1.0.1",
]

[project.optional-dependencies]
Expand Down
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__ = "1.0.1"
__version__ = "1.0.2"
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__ = "2.0.1"
__version__ = "2.0.2"

0 comments on commit 2a707bc

Please sign in to comment.