Skip to content

Commit

Permalink
0.49b0.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
dimastbk committed Aug 29, 2024
1 parent b4bad06 commit 6164fb6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ classifiers = [
]
dependencies = [
"opentelemetry-api ~= 1.5",
"opentelemetry-instrumentation == 0.48b0.dev",
"opentelemetry-semantic-conventions == 0.48b0.dev",
"opentelemetry-instrumentation == 0.49b0.dev",
"opentelemetry-semantic-conventions == 0.49b0.dev",
]

[project.optional-dependencies]
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.48b0.dev"
__version__ = "0.49b0.dev"
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
{
"library": "aiokafka >= 0.8, < 1.0",
"instrumentation": "opentelemetry-instrumentation-aiokafka==0.48b0.dev",
"instrumentation": "opentelemetry-instrumentation-aiokafka==0.49b0.dev",
},
{
"library": "aiopg >= 0.13.0, < 2.0.0",
Expand Down

0 comments on commit 6164fb6

Please sign in to comment.