We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7853a1 commit dec3220Copy full SHA for dec3220
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pylookyloomonitoring"
3
-version = "1.1.3"
+version = "1.1.4"
4
description = "Python API to connect to lookyloo monitoring"
5
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
6
license = "BSD-3-Clause"
@@ -22,6 +22,7 @@ classifiers = [
22
'Programming Language :: Python :: 3.9',
23
'Programming Language :: Python :: 3.10',
24
'Programming Language :: Python :: 3.11',
25
+ 'Programming Language :: Python :: 3.12',
26
'Topic :: Security',
27
'Topic :: Internet',
28
]
0 commit comments