Skip to content

Commit

Permalink
Update README.md link and bump version to 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cr2007 committed Jul 16, 2024
1 parent 6fae4d7 commit 62e6dc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![PyPI version](https://badge.fury.io/py/cambai.svg)](https://badge.fury.io/py/cambai)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/cambai)

This is a Python wrapper for the CambAI API. It is designed to make it easy to interact with the CambAI API from Python.
This is a Python wrapper for the [Camb.ai](https://camb.ai) API. It is designed to make it easy to interact with the API from Python.

> [!IMPORTANT]
> This library is still in active development.
Expand All @@ -27,4 +27,4 @@ pip install cambai

## Usage

Checkout the '[**examples**](./examples/)' directory for examples on how to use the CambAI API Wrapper.
Checkout the '[**examples**](https://github.com/cr2007/cambai-python/tree/master/examples)' directory for examples on how to use the CambAI API Wrapper.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cambai"
version = "0.1.5"
version = "0.1.6"
description = "Camb AI API Python Library"
authors = ["Chandrashekhar R <hi.cskhere@gmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit 62e6dc4

Please sign in to comment.