Skip to content

Commit

Permalink
Using protobug 27
Browse files Browse the repository at this point in the history
  • Loading branch information
rcschrg committed Oct 20, 2024
1 parent 8b24300 commit fa22d67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
EMAIL = "[email protected]"
AUTHOR = "mango Team"
REQUIRES_PYTHON = ">=3.10.0"
VERSION = "2.0.2"
VERSION = "2.0.3"

# What packages are required for this module to be executed?
REQUIRED = [
"paho-mqtt>=2.1.0",
"python-dateutil>=2.9.0",
"dill>=0.3.8",
"protobuf>=5.28.2",
"protobuf>=5.27.2",
]

# What packages are optional?
Expand Down

0 comments on commit fa22d67

Please sign in to comment.