From f95234f4d3408910a9d374048cfe348006e0aeb0 Mon Sep 17 00:00:00 2001 From: Phil Bruckner Date: Wed, 10 Apr 2019 10:37:11 -0500 Subject: [PATCH] Bump version to 1.4.0 --- configure.ac | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index a0bfd07..a2f192b 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. define([VERSION_MAJOR], [1]) -define([VERSION_MINOR], [3]) +define([VERSION_MINOR], [4]) define([VERSION_FIX], [0]) define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX) define([VERSION_SUFFIX], [_master]) diff --git a/setup.py b/setup.py index cae5492..86dc3ae 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def readme(): setup(name='amcrest', - version='1.3.0', + version='1.4.0', description='Python wrapper implementation for Amcrest cameras.', long_description=readme(), author='Douglas Schilling Landgraf, Marcelo Moreira de Mello',