Skip to content

Commit

Permalink
Update versioning and master branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolphpienaar committed Dec 5, 2024
1 parent 7381381 commit 0624abc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and Push Docker Image to GHCR.io
on:
push:
branches:
- main # Trigger on commits to the main branch
- master # Trigger on commits to the master branch

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish to PyPI
on:
push:
tags:
- "v*" # Trigger on version tags (e.g., v1.0.0)
- "*" # Trigger on any version tags (e.g., 1.0.0)

jobs:
publish:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Claimm

**Claimm** (**C**ommand **L**ine **AI** for **M**ulti-**M**odels) is a CLI app for interacting with multiple AI models (OpenAI and Claude). It supports context management and a modular design.
**Claimm** (**C**ommand **L**ine **AI** for **M**ulti-**M**odels) is a CLI app for interacting with multiple AI models (OpenAI and Claude). It supports context management and a modular design. Its purpose is to simplify the activity of sending the same "request" to different LLMs and to easily seed requests with specific prompt directives.

## Features

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "claimm"
version = "0.1.0"
version = "0.1.1"
description = "CLI app for multi-model AI interactions"
authors = [
{name = "Rudolph Pienaar", email = "[email protected]"}
Expand Down

0 comments on commit 0624abc

Please sign in to comment.