File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- __version__ = "0.6.1.dev0 "
15
+ __version__ = "0.7.0 "
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ def get_requirements():
53
53
return reqs
54
54
55
55
setup (
56
- name = 'anki_vector ' ,
56
+ name = 'ikkez_vector ' ,
57
57
version = VERSION ,
58
58
description = "The Vector SDK is a connected vision- and character-based robotics platform for everyone." ,
59
59
long_description = __doc__ ,
@@ -68,6 +68,8 @@ def get_requirements():
68
68
'Topic :: Software Development :: Libraries' ,
69
69
'License :: OSI Approved :: Apache Software License' ,
70
70
'Programming Language :: Python :: 3.6' ,
71
+ 'Programming Language :: Python :: 3.7' ,
72
+ 'Programming Language :: Python :: 3.8' ,
71
73
],
72
74
zip_safe = True ,
73
75
keywords = 'anki vector robot robotics sdk ai vision' .split (),
You can’t perform that action at this time.
0 commit comments