Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 1 addition & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

<!-- version list -->

## 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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion src/anam/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version information for anam-ai SDK."""

__version__ = "0.1.0"
__version__ = "0.0.0"
Loading