Skip to content

Commit b933e50

Browse files
committed
update: new release 0.2.10
1 parent ff589a4 commit b933e50

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ If nix is not installed:
4141
windows: `sh <(curl -L https://nixos.org/nix/install) --daemon`
4242
2. Run Topos and all its dependencies:
4343
```
44-
nix run github:jonnyjohnson1/topos-cli/v0.2.9
44+
nix run github:jonnyjohnson1/topos-cli/v0.2.10
4545
```
4646
This will start all services including Topos, Postgres, Kafka, and Ollama.
4747

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "topos"
3-
version = "0.2.9"
3+
version = "0.2.10"
44
description = "The official Python client for Topos."
55
authors = ["Dialogues <[email protected]>"]
66
license = "MIT"

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ tell application "Terminal"
1515
echo 'Nix installation complete.'; \
1616
else \
1717
echo 'Nix is already installed.'; \
18-
fi && nix run github:jonnyjohnson1/topos-cli/v0.2.9 --extra-experimental-features nix-command --extra-experimental-features flakes --show-trace"
18+
fi && nix run github:jonnyjohnson1/topos-cli/v0.2.10 --extra-experimental-features nix-command --extra-experimental-features flakes --show-trace"
1919
end tell
2020
EOF

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = topos
3-
version = 0.2.9
3+
version = 0.2.10
44
author = Jonny Johnson
55
author_email = [email protected]
66
description = For interacting with Topos tooling

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='topos',
5-
version='0.2.9',
5+
version='0.2.10',
66
packages=find_packages(),
77
entry_points={
88
'console_scripts': [

topos.dmg

-377 KB
Binary file not shown.

0 commit comments

Comments
 (0)