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 26964c4 commit 8a58c95Copy full SHA for 8a58c95
prometheus_client/__init__.py
@@ -291,7 +291,7 @@ def _samples(self):
291
292
293
294
-CONTENT_TYPE_LATEST = 'text-plain; version=0.0.4; charset=utf-8'
+CONTENT_TYPE_LATEST = 'text/plain; version=0.0.4; charset=utf-8'
295
'''Content type of the latest text format'''
296
297
def generate_latest(registry=REGISTRY):
setup.py
@@ -10,7 +10,7 @@ def read(fname):
10
11
setup(
12
name = "prometheus_client",
13
- version = "0.0.3",
+ version = "0.0.4",
14
author = "Brian Brazil",
15
author_email = "brian.brazil@gmail.com",
16
description = ("Python client for the Prometheus monitoring system."),
0 commit comments