Skip to content

Commit

Permalink
update: new release 0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnyjohnson1 committed Nov 17, 2024
1 parent ff589a4 commit b933e50
Show file tree
Hide file tree
Showing 6 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 @@ -41,7 +41,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.9
nix run github:jonnyjohnson1/topos-cli/v0.2.10
```
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.9"
version = "0.2.10"
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 @@ -15,6 +15,6 @@ tell application "Terminal"
echo 'Nix installation complete.'; \
else \
echo 'Nix is already installed.'; \
fi && nix run github:jonnyjohnson1/topos-cli/v0.2.9 --extra-experimental-features nix-command --extra-experimental-features flakes --show-trace"
fi && nix run github:jonnyjohnson1/topos-cli/v0.2.10 --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.9
version = 0.2.10
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.9',
version='0.2.10',
packages=find_packages(),
entry_points={
'console_scripts': [
Expand Down
Binary file modified topos.dmg
Binary file not shown.

0 comments on commit b933e50

Please sign in to comment.