prepare 0.21b0 release (#493)

This commit is contained in:
alrex
2021-05-11 20:58:17 -07:00
committed by GitHub
parent e606542981
commit c49e69c0bc
81 changed files with 312 additions and 243 deletions

View File

@ -38,7 +38,7 @@ package_dir=
=src
packages=find_namespace:
install_requires =
opentelemetry-api == 1.2.0.dev0
opentelemetry-api == 1.2.0
[options.entry_points]
opentelemetry_propagator =
@ -48,7 +48,7 @@ opentelemetry_id_generator =
[options.extras_require]
test =
opentelemetry-test == 0.21.dev0
opentelemetry-test == 0.21b0
[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.21.dev0"
__version__ = "0.21b0"