diff --git a/README.md b/README.md index 5a6637b..00eaddb 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ TypeScript wrapper for Python libraries with full type safety. -> **⚠️ Experimental Software (v0.1.0)** - APIs may change between versions. Not recommended for production use until v1.0.0. +> **⚠️ Experimental Software (v0.1.2)** - 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 b7fc0b6..698541a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tywrap", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tywrap", - "version": "0.1.1", + "version": "0.1.2", "license": "MIT", "dependencies": { "@babel/parser": "^7.25.6", diff --git a/package.json b/package.json index cdd6961..6e0fb00 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tywrap", - "version": "0.1.1", - "description": "TypeScript wrapper for Python libraries with full type safety (EXPERIMENTAL - v0.1.0)", + "version": "0.1.2", + "description": "TypeScript wrapper for Python libraries with full type safety (EXPERIMENTAL - v0.1.2)", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/src/index.ts b/src/index.ts index 0a7ba54..ae01836 100644 --- a/src/index.ts +++ b/src/index.ts @@ -75,7 +75,7 @@ export { } from './utils/codec.js'; // Version info -export const VERSION = '0.1.1'; +export const VERSION = '0.1.2'; /** * Quick setup function for getting started