We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57ca4de commit 81ed35bCopy full SHA for 81ed35b
configure.ac
@@ -10,7 +10,7 @@
10
# GNU General Public License for more details.
11
define([VERSION_MAJOR], [1])
12
define([VERSION_MINOR], [9])
13
-define([VERSION_FIX], [2])
+define([VERSION_FIX], [3])
14
define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX)
15
define([VERSION_SUFFIX], [_master])
16
setup.py
@@ -9,7 +9,7 @@ def readme():
9
setup(
name="amcrest",
- version="1.9.2",
+ version="1.9.3",
description="Python wrapper implementation for Amcrest cameras.",
long_description=readme(),
author="Douglas Schilling Landgraf, Marcelo Moreira de Mello",
0 commit comments