Skip to content

Commit 02a90a6

Browse files
committed
fix correct version
1 parent 20f4dbe commit 02a90a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/python/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 = "vectorize-client"
3-
version = "0.1.0"
3+
version = "0.3.0"
44
description = "Python client for the Vectorize API"
55
authors = [ "Vectorize <contact@vectorize.io>" ]
66
license = "MIT"

src/ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vectorize-io/vectorize-client",
3-
"version": "0.0.1-SNAPSHOT.202507021445",
3+
"version": "0.3.0",
44
"description": "Client for the Vectorize API",
55
"author": "Vectorize <contact@vectorize.io>",
66
"repository": {

0 commit comments

Comments
 (0)