Skip to content

Commit a184c68

Browse files
committed
v0.7.0
1 parent 103fda2 commit a184c68

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

anki_vector/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.6.1.dev0"
15+
__version__ = "0.7.0"

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def get_requirements():
5353
return reqs
5454

5555
setup(
56-
name='anki_vector',
56+
name='ikkez_vector',
5757
version=VERSION,
5858
description="The Vector SDK is a connected vision- and character-based robotics platform for everyone.",
5959
long_description=__doc__,
@@ -68,6 +68,8 @@ def get_requirements():
6868
'Topic :: Software Development :: Libraries',
6969
'License :: OSI Approved :: Apache Software License',
7070
'Programming Language :: Python :: 3.6',
71+
'Programming Language :: Python :: 3.7',
72+
'Programming Language :: Python :: 3.8',
7173
],
7274
zip_safe=True,
7375
keywords='anki vector robot robotics sdk ai vision'.split(),

0 commit comments

Comments
 (0)