Skip to content

Commit

Permalink
Some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Jan 29, 2021
1 parent fd77085 commit 8a9e37a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
# limitations under the License.

"""
The opentelemetry-util-web package provides an ASGI middleware that can be used
on any ASGI framework (such as Django-channels / Quart) to track requests
timing through OpenTelemetry.
The opentelemetry.util.http.asgi package provides an ASGI middleware that can
be used on any ASGI framework (such as Django-channels / Quart) to track
requests timing through OpenTelemetry.
"""

import typing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.170"
__version__ = "0.18.dev0"

0 comments on commit 8a9e37a

Please sign in to comment.