Skip to content

Commit ab47aef

Browse files
fix sdk version (#76) (#77)
Signed-off-by: Dennis Meister <[email protected]> Co-authored-by: Markus Petke <[email protected]>
1 parent 349bd60 commit ab47aef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
git+https://github.com/eclipse-velocitas/vehicle-app-python-sdk.git@v0.8.3
1+
git+https://github.com/eclipse-velocitas/vehicle-app-python-sdk.git@v0.9.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070

7171
setup(
7272
name="sdv",
73-
version="0.8.3",
73+
version="0.9.0",
7474
description="A Python SDK for Vehicle app",
7575
long_description=long_description,
7676
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)