Release 1.11.1-0.30b1 (#1067)

This commit is contained in:
Srikanth Chekuri
2022-04-22 02:29:17 +05:30
committed by GitHub
parent 328e16f3f1
commit b6964ccf3a
88 changed files with 256 additions and 251 deletions

View File

@ -38,13 +38,13 @@ package_dir=
=src
packages=find_namespace:
install_requires =
opentelemetry-instrumentation == 0.30b0
opentelemetry-instrumentation == 0.30b1
opentelemetry-propagator-aws-xray == 1.0.1
opentelemetry-semantic-conventions == 0.30b0
opentelemetry-semantic-conventions == 0.30b1
[options.extras_require]
test =
opentelemetry-test-utils == 0.30b0
opentelemetry-test-utils == 0.30b1
[options.packages.find]
where = src

View File

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