Skip to content

Commit 0f91f6e

Browse files
committed
Bump version to 1.9.5
1 parent 938009f commit 0f91f6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def readme():
99

1010
setup(
1111
name="amcrest",
12-
version="1.9.4",
12+
version="1.9.5",
1313
description="Python wrapper implementation for Amcrest cameras.",
1414
long_description=readme(),
1515
author="Douglas Schilling Landgraf, Marcelo Moreira de Mello",
@@ -36,5 +36,6 @@ def readme():
3636
"Programming Language :: Python :: 3.7",
3737
"Programming Language :: Python :: 3.8",
3838
"Programming Language :: Python :: 3.9",
39+
"Programming Language :: Python :: 3.10",
3940
],
4041
)

0 commit comments

Comments
 (0)