From 81ed35bd5209cf82e8cb27a03060ae7991cf6ab6 Mon Sep 17 00:00:00 2001 From: Sean Vig Date: Fri, 17 Sep 2021 09:12:57 -0400 Subject: [PATCH] Bump version 1.9.3 --- configure.ac | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 04f7f76..5776166 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ # GNU General Public License for more details. define([VERSION_MAJOR], [1]) define([VERSION_MINOR], [9]) -define([VERSION_FIX], [2]) +define([VERSION_FIX], [3]) define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX) define([VERSION_SUFFIX], [_master]) diff --git a/setup.py b/setup.py index a5a11f8..0689a94 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def readme(): 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",