Skip to content

Commit e498fe9

Browse files
authored
Merge pull request #194 from flacjacket/rel1.9.0
Bump version 1.9.0
2 parents 180f1ea + 0d16452 commit e498fe9

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

configure.ac

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1010
# GNU General Public License for more details.
1111
define([VERSION_MAJOR], [1])
12-
define([VERSION_MINOR], [8])
13-
define([VERSION_FIX], [1])
12+
define([VERSION_MINOR], [9])
13+
define([VERSION_FIX], [0])
1414
define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX)
1515
define([VERSION_SUFFIX], [_master])
1616

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def readme():
99

1010
setup(
1111
name="amcrest",
12-
version="1.8.1",
12+
version="1.9.0",
1313
description="Python wrapper implementation for Amcrest cameras.",
1414
long_description=readme(),
1515
author="Douglas Schilling Landgraf, Marcelo Moreira de Mello",
@@ -33,7 +33,6 @@ def readme():
3333
keywords="amcrest camera python",
3434
classifiers=[
3535
"Programming Language :: Python",
36-
"Programming Language :: Python :: 3.6",
3736
"Programming Language :: Python :: 3.7",
3837
"Programming Language :: Python :: 3.8",
3938
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)