8000 Merge pull request #25 from brian-brazil/0.0.8 · gdvalle/client_python@964fcce · GitHub
[go: up one dir, main page]

Skip to content

Commit 964fcce

Browse files
committed
Merge pull request prometheus#25 from brian-brazil/0.0.8
Release 0.0.8
2 parents 6b9e6de + 22f10c2 commit 964fcce

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

setup.py

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
import os
22
from setuptools import setup
33

4-
# Utility function to read the README file.
5-
# Used for the long_description. It's nice, because now 1) we have a top level
6-
# README file and 2) it's easier to type in the README file than to put a raw
7-
# string in below ...
8-
def read(fname):
9-
return open(os.path.join(os.path.dirname(__file__), fname)).read()
10-
114
setup(
125
name = "prometheus_client",
13-
version = "0.0.7",
6+
version = "0.0.8",
147
author = "Brian Brazil",
158
author_email = "brian.brazil@gmail.com",
169
description = ("Python client for the Prometheus monitoring system."),
@@ -21,7 +14,7 @@ def read(fname):
2114
packages=['prometheus_client'],
2215
test_suite="tests",
2316
classifiers=[
24-
"Development Status :: 3 - Alpha",
17+
"Development Status :: 4 - Beta",
2518
"Intended Audience :: Developers",
2619
"Intended Audience :: Information Technology",
2720
"Intended Audience :: System Administrators",

0 commit comments

Comments
 (0)
0