diff --git a/README.md b/README.md index 7087f4e..f6abd24 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ TypeScript wrapper for Python libraries with full type safety. -> **⚠️ Experimental Software (v0.2.0)** - APIs may change between versions. Not recommended for production use until v1.0.0. +> **⚠️ Experimental Software (v0.2.1)** - APIs may change between versions. Not recommended for production use until v1.0.0. ## Features diff --git a/package-lock.json b/package-lock.json index 881f1b0..764014f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tywrap", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tywrap", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "dependencies": { "@babel/parser": "^7.25.6", diff --git a/package.json b/package.json index ba73309..0455a41 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tywrap", - "version": "0.2.0", - "description": "TypeScript wrapper for Python libraries with full type safety (EXPERIMENTAL - v0.2.0)", + "version": "0.2.1", + "description": "TypeScript wrapper for Python libraries with full type safety (EXPERIMENTAL - v0.2.1)", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/src/index.ts b/src/index.ts index ce772da..73a7cc8 100644 --- a/src/index.ts +++ b/src/index.ts @@ -118,7 +118,7 @@ export { } from './utils/codec.js'; // Version info -export const VERSION = '0.2.0'; +export const VERSION = '0.2.1'; /** * Quick setup function for getting started