Skip to content

Commit 6ac900b

Browse files
committed
addressed aabmass's comments
1 parent 8950a3d commit 6ac900b

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

RELEASING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ The workflow will create a pull request that should be merged in order to procee
8787
> - opentelemetry-instrumentation-openai-v2
8888
> - opentelemetry-instrumentation-vertexai
8989
> - opentelemetry-instrumentation-google-genai
90+
> - opentelemetry-instrumentation-langchain
9091
>
9192
> These libraries are also excluded from the general patch release.
9293

eachdist.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ packages=
5454
opentelemetry-instrumentation-vertexai
5555
opentelemetry-instrumentation-openai-v2
5656
opentelemetry-instrumentation-test
57+
opentelemetry-instrumentation-langchain
5758

5859
[lintroots]
5960
extraroots=examples/*,scripts/

instrumentation-genai/opentelemetry-instrumentation-langchain/src/opentelemetry/instrumentation/langchain/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.0.1"
15+
__version__ = "2.0b0.dev"

0 commit comments

Comments
 (0)