Skip to content

Commit

Permalink
Set version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DougHaber committed Jan 9, 2025
1 parent c1ef20d commit bbe0df5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,17 @@ As this is a hobby project, there is no roadmap or guarantee that anything will
* A search tool should be added, allowing the LLM to use a search engine and read the results.
* Support for external sub-command and module loading.

As an experiment, a [GitHub project exists](https://github.com/users/DougHaber/projects/1) to track possible improvements. This might change in the future.

## Installation

Lair is installed as a Python command, requiring Python 3.10 or greater to be installed. Any Python package management tool could install lair (such as pip, pipx, and uv.) For most users, pipx or uv are probably the best options.

```sh
pipx install git+https://github.com/DougHaber/lair.git@0.1.0
pipx install git+https://github.com/DougHaber/lair.git@0.2.0
```

Replace `0.1.0` with the latest version. The `master` branch will contain the latest unreleased version. Official releases will be tagged using semantic versioning.
Replace `0.2.0` with the latest version. The `master` branch will contain the latest unreleased version. Official releases will be tagged using semantic versioning.

## Configuration

Expand Down
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 = "lair"
version = "0.1.0+dev"
version = "0.2.0"
description = "Lousy AI Resources"
license = "BSD-3-Clause"
authors = ["Doug Haber <[email protected]>"]
Expand Down

0 comments on commit bbe0df5

Please sign in to comment.