We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f3d8ec commit 1da75b7Copy full SHA for 1da75b7
Makefile
@@ -16,7 +16,7 @@ build: install
16
17
#: build and publish a package
18
publish: install
19
- poetry publish -u warrenathyper -p ${PYPI_PASSWORD}
+ poetry publish
20
21
#: cleans up smoke test output
22
clean-smoke-tests:
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "hyperdx-opentelemetry"
3
-version = "0.0.5"
+version = "0.1.0"
4
description = "HyperDX OpenTelemetry Distro for Python"
5
authors = ["HyperDX <[email protected]>"]
6
readme = "README.md"
0 commit comments