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 4f37e45 commit fbaaec7Copy full SHA for fbaaec7
opentelemetry-api/opentelemetry/internal/version.py
@@ -12,4 +12,4 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-__version__ = "0.1.0"
+__version__ = "0.1.dev0"
opentelemetry-api/setup.py
@@ -53,7 +53,6 @@
53
"opentelemetry.resources",
54
"opentelemetry.trace",
55
],
56
- namespace_packages=[],
57
url="https://github.com/open-telemetry/opentelemetry-python/tree/master/opentelemetry-api",
58
zip_safe=False,
59
)
0 commit comments