Skip to content

Commit ba01150

Browse files
committed
Set version to 0.0.1 and status to alpha
1 parent 8eccfcf commit ba01150

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

setup.cfg

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = metricrule
3-
version = 0.0.1dev1
3+
version = 0.0.1
44
description = MetricRule agent for exporting ML serving telemetry
55
long_description = file: README.md
66
long_description_content_type = text/markdown
@@ -10,21 +10,18 @@ url = https://github.com/metricrule/metricrule-python-agent/tree/main/
1010
platforms = any
1111
license = Apache-2.0
1212
classifiers =
13-
Development Status :: 2 - Pre-Alpha
13+
Development Status :: 3 - Alpha
1414
Intended Audience :: Developers
1515
License :: OSI Approved :: Apache Software License
1616
Programming Language :: Python
1717
Programming Language :: Python :: 3
18-
Programming Language :: Python :: 3.6
19-
Programming Language :: Python :: 3.7
20-
Programming Language :: Python :: 3.8
2118
Programming Language :: Python :: 3.9
2219

2320
[options]
2421
package_dir =
2522
= src
2623
packages = find_namespace:
27-
python_requires = >=3.6
24+
python_requires = >=3.9
2825
install_requires =
2926
jsonpath-ng
3027
prometheus-client

0 commit comments

Comments
 (0)