From 9bb1d1f905bf42cf1d9ab8a55b8886f4bd0fa18e Mon Sep 17 00:00:00 2001 From: jonny <32085184+jonnyjohnson1@users.noreply.github.com> Date: Sat, 9 Nov 2024 16:05:09 -0600 Subject: [PATCH] updated all version #s to match release name --- README.md | 2 +- pyproject.toml | 2 +- scripts/install.sh | 2 +- setup.cfg | 2 +- setup.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f07444b..8f04249 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ If nix is not installed: windows: `sh <(curl -L https://nixos.org/nix/install) --daemon` 2. Run Topos and all its dependencies: ``` - nix run github:jonnyjohnson1/topos-cli/v0.2.3 + nix run github:jonnyjohnson1/topos-cli/v0.2.5 ``` This will start all services including Topos, Postgres, Kafka, and Ollama. diff --git a/pyproject.toml b/pyproject.toml index afdd663..4d721a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "topos" -version = "0.2.3" +version = "0.2.5" description = "The official Python client for Topos." authors = ["Dialogues "] license = "MIT" diff --git a/scripts/install.sh b/scripts/install.sh index 862269a..bba85ae 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -17,6 +17,6 @@ tell application "Terminal" echo 'Nix installation complete.'; \ else \ echo 'Nix is already installed.'; \ - fi && nix run github:jonnyjohnson1/topos-cli/v0.2.3 --extra-experimental-features nix-command --extra-experimental-features flakes --show-trace" + fi && nix run github:jonnyjohnson1/topos-cli/v0.2.5 --extra-experimental-features nix-command --extra-experimental-features flakes --show-trace" end tell EOF \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 7085164..e92f7e2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = topos -version = 0.2.3 +version = 0.2.5 author = Jonny Johnson author_email = jonnyjohnson1@gmail.com description = For interacting with Topos tooling diff --git a/setup.py b/setup.py index 2621085..d8e78ee 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='topos', - version='0.2.3', + version='0.2.5', packages=find_packages(), entry_points={ 'console_scripts': [