Skip to content

Commit 8a58c95

Browse files
committed
Fix typo in content type
1 parent 26964c4 commit 8a58c95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

prometheus_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ def _samples(self):
291291

292292

293293

294-
CONTENT_TYPE_LATEST = 'text-plain; version=0.0.4; charset=utf-8'
294+
CONTENT_TYPE_LATEST = 'text/plain; version=0.0.4; charset=utf-8'
295295
'''Content type of the latest text format'''
296296

297297
def generate_latest(registry=REGISTRY):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def read(fname):
1010

1111
setup(
1212
name = "prometheus_client",
13-
version = "0.0.3",
13+
version = "0.0.4",
1414
author = "Brian Brazil",
1515
author_email = "brian.brazil@gmail.com",
1616
description = ("Python client for the Prometheus monitoring system."),

0 commit comments

Comments
 (0)