We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 938009f commit 0f91f6eCopy full SHA for 0f91f6e
setup.py
@@ -9,7 +9,7 @@ def readme():
9
10
setup(
11
name="amcrest",
12
- version="1.9.4",
+ version="1.9.5",
13
description="Python wrapper implementation for Amcrest cameras.",
14
long_description=readme(),
15
author="Douglas Schilling Landgraf, Marcelo Moreira de Mello",
@@ -36,5 +36,6 @@ def readme():
36
"Programming Language :: Python :: 3.7",
37
"Programming Language :: Python :: 3.8",
38
"Programming Language :: Python :: 3.9",
39
+ "Programming Language :: Python :: 3.10",
40
],
41
)
0 commit comments