Skip to content

Commit

Permalink
Merge pull request #17 from jonnyjohnson1/jonny/release-v-alignment
Browse files Browse the repository at this point in the history
updated all version #s to match release name
  • Loading branch information
jonnyjohnson1 authored Nov 9, 2024
2 parents bdde884 + 9bb1d1f commit bde1350
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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 = "topos"
version = "0.2.3"
version = "0.2.5"
description = "The official Python client for Topos."
authors = ["Dialogues <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = topos
version = 0.2.3
version = 0.2.5
author = Jonny Johnson
author_email = [email protected]
description = For interacting with Topos tooling
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='topos',
version='0.2.3',
version='0.2.5',
packages=find_packages(),
entry_points={
'console_scripts': [
Expand Down

0 comments on commit bde1350

Please sign in to comment.