From 6bf9934cb3cd37f88430503de972989fac6ce6af Mon Sep 17 00:00:00 2001 From: Alex Osland Date: Tue, 27 Jan 2026 17:31:10 +0000 Subject: [PATCH] chore: set initial version --- CHANGELOG.md | 13 +------------ pyproject.toml | 2 +- src/anam/_version.py | 2 +- 3 files changed, 3 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 050e5b6..7b00dc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,7 @@ # Changelog -All notable changes to the anam-ai Python SDK will be documented in this file. +All notable changes to the anam Python SDK will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/) and uses [Conventional Commits](https://www.conventionalcommits.org/) for automated releases. - -## v0.1.0 (2025-01-27) - -### Features - -- Initial release of the anam-ai Python SDK -- WebRTC-based real-time avatar streaming -- Async/await API design -- Support for audio and video tracks -- Event-driven architecture with callbacks -- Type hints throughout diff --git a/pyproject.toml b/pyproject.toml index 91faea0..925b151 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "anam" -version = "0.1.0" +version = "0.0.0" description = "Official Python SDK for Anam AI - Real-time AI avatar streaming" readme = "README.md" license = { text = "MIT" } diff --git a/src/anam/_version.py b/src/anam/_version.py index b983998..3e56fa8 100644 --- a/src/anam/_version.py +++ b/src/anam/_version.py @@ -1,3 +1,3 @@ """Version information for anam-ai SDK.""" -__version__ = "0.1.0" +__version__ = "0.0.0"