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,13 +38,13 @@ package_dir=
=src
packages=find_namespace:
install_requires =
opentelemetry-api == 1.2.0.dev0
opentelemetry-instrumentation == 0.21.dev0
opentelemetry-api == 1.2.0
opentelemetry-instrumentation == 0.21b0
asgiref ~= 3.0
[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"