Skip to content

Commit 1da75b7

Browse files
committed
chore: release v0.1.0
1 parent 1f3d8ec commit 1da75b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build: install
1616

1717
#: build and publish a package
1818
publish: install
19-
poetry publish -u warrenathyper -p ${PYPI_PASSWORD}
19+
poetry publish
2020

2121
#: cleans up smoke test output
2222
clean-smoke-tests:

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "hyperdx-opentelemetry"
3-
version = "0.0.5"
3+
version = "0.1.0"
44
description = "HyperDX OpenTelemetry Distro for Python"
55
authors = ["HyperDX <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)