Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
yocabon authored May 20, 2021
1 parent 9c50b84 commit e46b92e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def read_doc(filepath):
setuptools.setup(
# description
name='kapture-localization',
version="0.0.4",
version="0.1.0",
author="naverlabs",
author_email="[email protected]",
description="kapture-localization: localization pipelines based on kapture.",
Expand All @@ -61,7 +61,7 @@ def read_doc(filepath):
# dependencies
python_requires='>=3.6',
install_requires=[
'kapture>=1.0.13',
'kapture>=1.1.0',
'numpy>=1.16',
'numpy-quaternion',
'numba',
Expand Down

0 comments on commit e46b92e

Please sign in to comment.