Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
yocabon committed Nov 24, 2021
1 parent eac2635 commit 6e45e5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
kapture>=1.1.3,<1.2.0
kapture>=1.1.5,<1.2.0
# numpy 1.20 requires python 3.7
numpy>=1.16
numpy-quaternion
Expand Down
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.1.4",
version="0.1.5",
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.1.3,<1.2.0',
'kapture>=1.1.5,<1.2.0',
'numpy>=1.16',
'numpy-quaternion',
'numba',
Expand Down

0 comments on commit 6e45e5c

Please sign in to comment.