File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 9
9
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10
10
# GNU General Public License for more details.
11
11
define ( [ VERSION_MAJOR] , [ 1] )
12
- define ( [ VERSION_MINOR] , [ 8 ] )
13
- define ( [ VERSION_FIX] , [ 1 ] )
12
+ define ( [ VERSION_MINOR] , [ 9 ] )
13
+ define ( [ VERSION_FIX] , [ 0 ] )
14
14
define ( [ VERSION_NUMBER] , VERSION_MAJOR [ .] VERSION_MINOR [ .] VERSION_FIX )
15
15
define ( [ VERSION_SUFFIX] , [ _master] )
16
16
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ def readme():
9
9
10
10
setup (
11
11
name = "amcrest" ,
12
- version = "1.8.1 " ,
12
+ version = "1.9.0 " ,
13
13
description = "Python wrapper implementation for Amcrest cameras." ,
14
14
long_description = readme (),
15
15
author = "Douglas Schilling Landgraf, Marcelo Moreira de Mello" ,
@@ -33,7 +33,6 @@ def readme():
33
33
keywords = "amcrest camera python" ,
34
34
classifiers = [
35
35
"Programming Language :: Python" ,
36
- "Programming Language :: Python :: 3.6" ,
37
36
"Programming Language :: Python :: 3.7" ,
38
37
"Programming Language :: Python :: 3.8" ,
39
38
"Programming Language :: Python :: 3.9" ,
You can’t perform that action at this time.
0 commit comments