diff --git a/package.json b/package.json index d19204b..a61bb16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@antv/gpt-vis", - "version": "0.0.2", + "version": "0.1.0", "description": "Components for GPTs, generative AI, and LLM projects. Not only UI Components.", "keywords": [ "antv", diff --git a/src/version.ts b/src/version.ts index 633a45e..2f6ce8b 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export default '0.0.2'; +export default '0.1.0';