Skip to content

Commit 86efeea

Browse files
authored
Merge pull request #22 from NavAbility/21/missing_file
Minor updates
2 parents 6e42dde + 6776001 commit 86efeea

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.flake8

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ ignore = W503
1414
max-line-length = 88
1515
max-complexity = 18
1616
select = B,C,E,F,W,T4,B9
17+
18+
per-file-ignores =
19+
setup.py: E501, B950

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# NavAbilitySDK.py
22
Access NavAbility Cloud factor graph features from Python.
33

4-
Note that this SDK and the related API are still in development. Please let us know if you have any issues.
4+
Note that this SDK and the related API are still in development. Please let us know if you have any issues.
55

66
# Installation
77

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name="navabilitysdk",
16-
version="0.1.0",
16+
version="0.1.1",
1717
license="Apache-2.0",
1818
author="NavAbility",
1919
author_email="[email protected]",
@@ -22,7 +22,7 @@
2222
packages=find_packages("src", exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
2323
# entry_points={"console_scripts": ["navability = navability.main:cli"]},
2424
python_requires=">=3.5",
25-
download_url="https://github.com/NavAbility/NavAbilitySDK.py/archive/refs/tags/v0.1.0.tar.gz",
25+
download_url="https://github.com/NavAbility/NavAbilitySDK.py/archive/refs/tags/v0.1.1.tar.gz", # noqa: E501, B950
2626
long_description="""NavAbility SDK: Access NavAbility Cloud factor graph features from Python.
2727
Note that this SDK and the related API are still in development. Please let us know if you have any issues at [email protected].""",
2828
install_requires=[

0 commit comments

Comments
 (0)