File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 44
44
"Natural Language :: English" ,
45
45
"License :: OSI Approved :: MIT License" ,
46
46
"Programming Language :: Python" ,
47
- "Programming Language :: Python :: 2.6" ,
48
47
"Programming Language :: Python :: 2.7" ,
49
- "Programming Language :: Python :: 3.2 " ,
50
- "Programming Language :: Python :: 3.3 " ,
51
- "Programming Language :: Python :: 3.4 " ,
48
+ "Programming Language :: Python :: 3.5 " ,
49
+ "Programming Language :: Python :: 3.6 " ,
50
+ "Programming Language :: Python :: 3.7 " ,
52
51
"Topic :: Software Development :: Libraries :: Python Modules"
53
52
],
54
53
)
Original file line number Diff line number Diff line change 10
10
"""
11
11
12
12
__title__ = "woocommerce"
13
- __version__ = "2.1.0 "
13
+ __version__ = "2.1.1 "
14
14
__author__ = "Claudio Sanches @ Automattic"
15
15
__license__ = "MIT"
16
16
Original file line number Diff line number Diff line change 5
5
"""
6
6
7
7
__title__ = "woocommerce-api"
8
- __version__ = "2.1.0 "
8
+ __version__ = "2.1.1 "
9
9
__author__ = "Claudio Sanches @ Automattic"
10
10
__license__ = "MIT"
11
11
Original file line number Diff line number Diff line change 5
5
"""
6
6
7
7
__title__ = "woocommerce-oauth"
8
- __version__ = "2.0.0 "
8
+ __version__ = "2.1.1 "
9
9
__author__ = "Claudio Sanches @ Automattic"
10
10
__license__ = "MIT"
11
11
You can’t perform that action at this time.
0 commit comments