Skip to content

Commit

Permalink
update files
Browse files Browse the repository at this point in the history
  • Loading branch information
ANISH-GOTTAPU committed Jan 31, 2024
1 parent eebaa8a commit e6a4cca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
--prefer-binary
protobuf~=4.23.3 ; python_version > '3.6'
protobuf~=3.15.0 ; python_version <= '3.6'
PyYAML
grpcio~=1.35.0 ; python_version <= '3.6'
grpcio~=1.54.2 ; python_version > '3.6'
grpcio-tools~=1.54.2 ; python_version > '3.6'
grpcio-tools~=1.35.0 ; python_version <= '3.6'
PyYAML
grpcio~=1.54.2 ; python_version > '3.6'
requests
protobuf~=3.15.0 ; python_version <= '3.6'
protobuf~=4.23.3 ; python_version > '3.6'
semantic_version
urllib3
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


class Version:
testbed_models_version = "0.0.2"
testbed_models_version = "0.0.3"
version = "0.0.1"
package_name = "opentestbed"
protobuf_name = "opentestbed"
Expand Down

0 comments on commit e6a4cca

Please sign in to comment.