Skip to content

Commit

Permalink
[Chore] Change main after opentelemetry-instrumentation-tornado hotfix (
Browse files Browse the repository at this point in the history
  • Loading branch information
lzchen authored May 26, 2021
1 parent 2bd6053 commit 9fe7838
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions instrumentation/opentelemetry-instrumentation-tornado/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ package_dir=
packages=find_namespace:
install_requires =
tornado >= 6.0
opentelemetry-instrumentation == 0.21b0
opentelemetry-api == 1.2.0
opentelemetry-semantic-conventions == 0.21b0
opentelemetry-util-http == 0.21b0
opentelemetry-instrumentation == 0.22.dev0
opentelemetry-api == 1.3.0.dev0
opentelemetry-semantic-conventions == 0.22.dev0
opentelemetry-util-http == 0.22.dev0

[options.extras_require]
test =
tornado >= 6.0
opentelemetry-test == 0.21b0
opentelemetry-test == 0.22.dev0

[options.entry_points]
opentelemetry_instrumentor =
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.21b1"
__version__ = "0.22.dev0"

0 comments on commit 9fe7838

Please sign in to comment.