-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
ef03a269f597f255d6a052ae062637717a9f4790 | ||
f78a54c5ad4e058734aa9b2beb9459940e4de342 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<!-- This file is generated --> | ||
<Project> | ||
<PropertyGroup> | ||
<GrpcCsharpVersion>2.62.0-pre1</GrpcCsharpVersion> | ||
<GrpcCsharpVersion>2.62.0</GrpcCsharpVersion> | ||
<GoogleProtobufVersion>3.25.1</GoogleProtobufVersion> | ||
</PropertyGroup> | ||
</Project> |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ | |
_parallel_compile_patch.monkeypatch_compile_maybe() | ||
|
||
CLASSIFIERS = [ | ||
"Private :: Do Not Upload", | ||
"Development Status :: 4 - Beta", | ||
"Programming Language :: Python", | ||
"Programming Language :: Python :: 3", | ||
"License :: OSI Approved :: Apache Software License", | ||
|
@@ -274,6 +274,7 @@ def extension_modules(): | |
name="grpcio-observability", | ||
version=grpc_version.VERSION, | ||
description="gRPC Python observability package", | ||
long_description_content_type="text/x-rst", | ||
long_description=open(README_PATH, "r").read(), | ||
author="The gRPC Authors", | ||
author_email="[email protected]", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,5 +14,5 @@ | |
|
||
# GRPC contains the General RPC module. | ||
module GRPC | ||
VERSION = '1.62.0.pre1' | ||
VERSION = '1.62.0' | ||
end |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,6 @@ | |
|
||
module GRPC | ||
module NativeDebug | ||
VERSION = '1.62.0.pre1' | ||
VERSION = '1.62.0' | ||
end | ||
end |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,6 @@ | |
|
||
module GRPC | ||
module Tools | ||
VERSION = '1.62.0.pre1' | ||
VERSION = '1.62.0' | ||
end | ||
end |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.