diff --git a/configure.ac b/configure.ac index 3831c04..fb6d767 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], [7]) -define([VERSION_FIX], [1]) +define([VERSION_FIX], [2]) define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX) define([VERSION_SUFFIX], [_master]) diff --git a/setup.py b/setup.py index e7ca9b4..b2729e4 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def readme(): setup(name='amcrest', - version='1.7.1', + version='1.7.2', description='Python wrapper implementation for Amcrest cameras.', long_description=readme(), author='Douglas Schilling Landgraf, Marcelo Moreira de Mello',