From 3c81b3172da2fc55ef130b0acea4833a6d902893 Mon Sep 17 00:00:00 2001 From: bbopen Date: Wed, 21 Jan 2026 12:59:48 -0800 Subject: [PATCH] chore: bump version to 0.2.1 Co-Authored-By: Claude Opus 4.5 --- README.md | 2 +- package-lock.json | 4 ++-- package.json | 4 ++-- src/index.ts | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) 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