Back to develop after 0.23b0 release (#606)

* Back to develop after 0.23b0 release

* Update SHA

* Update SHA

Co-authored-by: Leighton Chen <lechen@microsoft.com>
This commit is contained in:
Srikanth Chekuri
2021-07-27 22:56:43 +05:30
committed by GitHub
parent c5c6977584
commit a04fb0e019
76 changed files with 158 additions and 158 deletions

View File

@ -39,12 +39,12 @@ package_dir=
packages=find_namespace:
install_requires =
opentelemetry-api ~= 1.3
opentelemetry-instrumentation == 0.23b0
opentelemetry-instrumentation == 0.24.dev0
asgiref ~= 3.0
[options.extras_require]
test =
opentelemetry-test == 0.23b0
opentelemetry-test == 0.24.dev0
[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.23b0"
__version__ = "0.24.dev0"