Skip to content

Commit 0f3305f

Browse files
committed
create new version
1 parent 498bb22 commit 0f3305f

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ This repo contains the main data model for the Starwit Awareness Engine (SAE). S
66

77
### Python / Poetry
88
- Add the following to your `pyproject.toml` dependencies section\
9-
`visionapi = { git = "https://github.com/starwit/vision-api.git", subdirectory = "python/visionapi", tag = "3.5.1" }`
9+
`visionapi = { git = "https://github.com/starwit/vision-api.git", subdirectory = "python/visionapi", tag = "3.5.2" }`
1010

1111
### Java / Maven
1212
- Add dependency to your project:
1313
```xml
1414
<dependency>
1515
<groupId>de.starwit</groupId>
1616
<artifactId>vision-api</artifactId>
17-
<version>3.5.1</version>
17+
<version>3.5.2</version>
1818
</dependency>
1919
```
2020
- Add maven repository to your `~/.m2/settings.xml` (adapt example / your config as necessary):

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.5.1
1+
3.5.2

java/visionapi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>vision-api</artifactId>
77

88
<packaging>jar</packaging>
9-
<version>3.5.1</version>
9+
<version>3.5.2</version>
1010
<name>visionapi</name>
1111
<url>https://github.com/starwit/vision-api</url>
1212

python/visionapi/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "visionapi"
3-
version = "3.5.1"
3+
version = "3.5.2"
44
description = ""
55
authors = ["flonix8 <flstanek@googlemail.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)