Skip to content

Commit 81ed35b

Browse files
committed
Bump version 1.9.3
1 parent 57ca4de commit 81ed35b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# GNU General Public License for more details.
1111
define([VERSION_MAJOR], [1])
1212
define([VERSION_MINOR], [9])
13-
define([VERSION_FIX], [2])
13+
define([VERSION_FIX], [3])
1414
define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX)
1515
define([VERSION_SUFFIX], [_master])
1616

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def readme():
99

1010
setup(
1111
name="amcrest",
12-
version="1.9.2",
12+
version="1.9.3",
1313
description="Python wrapper implementation for Amcrest cameras.",
1414
long_description=readme(),
1515
author="Douglas Schilling Landgraf, Marcelo Moreira de Mello",

0 commit comments

Comments
 (0)