@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " statsd"
7- version = " 4.0.0 "
7+ version = " 4.0.1 "
88authors = [{
name =
" James Socol" ,
email =
" [email protected] " }]
99license = {text = " MIT" }
1010description = " A simple statsd client."
@@ -16,13 +16,12 @@ classifiers = [
1616 " License :: OSI Approved :: MIT License" ,
1717 " Operating System :: OS Independent" ,
1818 " Programming Language :: Python" ,
19- " Programming Language :: Python :: 2" ,
20- " Programming Language :: Python :: 2.7" ,
2119 " Programming Language :: Python :: 3" ,
22- " Programming Language :: Python :: 3.5" ,
23- " Programming Language :: Python :: 3.6" ,
2420 " Programming Language :: Python :: 3.7" ,
2521 " Programming Language :: Python :: 3.8" ,
22+ " Programming Language :: Python :: 3.9" ,
23+ " Programming Language :: Python :: 3.10" ,
24+ " Programming Language :: Python :: 3.11" ,
2625 " Topic :: Software Development :: Libraries :: Python Modules" ,
2726]
2827urls = {Homepage = " https://github.com/jsocol/pystatsd" }
0 commit comments