Skip to content

Commit

Permalink
2.0.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
German7463 committed Jul 23, 2024
1 parent a6522d4 commit 3210060
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Welcome to the open source repository for vysion-py, our implementation as a Pyt

You can request a demo for the web app or an API-key to use in this library at [vysion.ai](https://vysion.ai).

Latest version: [1.0.16](https://pypi.org/project/vysion/)
Latest version: [2.0.0](https://pypi.org/project/vysion/)

You can visit [the documentation](https://developers.vysion.ai/?python) for more information on the searches and requests performed with the library or directly on the API.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "vysion"
version = "1.2.1"
version = "2.0.0"
description = "The official Python client library for Vysion"
homepage = "https://vysion.ai"
repository = "https://gitlab.com/byronlabs/vysion/vysion-py"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@


def test_version():
assert __version__ == "1.2.1"
assert __version__ == "2.0.0"
2 changes: 1 addition & 1 deletion vysion/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
limitations under the License.
"""

__version__ = "1.2.1"
__version__ = "2.0.0"

0 comments on commit 3210060

Please sign in to comment.