Bump version for aws propagator and aws sdk extension for release (#2773)

This commit is contained in:
Leighton Chen
2024-08-05 10:43:04 -07:00
committed by GitHub
parent 8bfae49a7a
commit 2a707bccce
4 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"opentelemetry-instrumentation == 0.48b0.dev", "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", "opentelemetry-semantic-conventions == 0.48b0.dev",
] ]

View File

@ -28,7 +28,7 @@ dependencies = [
"opentelemetry-api ~= 1.12", "opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.48b0.dev", "opentelemetry-instrumentation == 0.48b0.dev",
"opentelemetry-semantic-conventions == 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] [project.optional-dependencies]

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "1.0.1" __version__ = "1.0.2"

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "2.0.1" __version__ = "2.0.2"