Skip to content

Commit

Permalink
Last commit only bumped the dev dependencies :(
Browse files Browse the repository at this point in the history
  • Loading branch information
cetanu committed Apr 7, 2021
1 parent b23224d commit 4abe03e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "envoy_data_plane"
version = "0.2.4"
version = "0.2.5"
description = "Python dataclasses for the Envoy Data-Plane-API"
authors = ["Vasili Syrakis <vsyrakis@atlassian.com>"]
license = "MIT"
Expand All @@ -11,7 +11,7 @@ packages = [

[tool.poetry.dependencies]
python = "^3.7"
betterproto = "^2.0.0b2"
betterproto = "^2.0.0b3"

[tool.poetry.dev-dependencies]
requests = "^2.25.1"
Expand Down

0 comments on commit 4abe03e

Please sign in to comment.