Skip to content

Commit 8a4854b

Browse files
authored
bump versions to 0.1.9 (#25)
1 parent 191d02d commit 8a4854b

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Samir Menon <samir@blyss.dev>",
33
"name": "@blyss/sdk",
4-
"version": "0.1.8",
4+
"version": "0.1.9",
55
"description": "Blyss SDK, enabling private retrievals from Blyss buckets",
66
"type": "module",
77
"main": "./dist/index.js",

python/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "blyss-client-python"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

python/pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,12 @@ dependencies = [
1515
"httpx",
1616
]
1717
dynamic = ["version"]
18+
description = "An SDK for private data retrieval, built on homomorphic encryption."
19+
keywords = ["privacy", "homomorphic", "encryption", "cryptography"]
20+
21+
[project.urls]
22+
homepage = "https://blyss.dev"
23+
documentation = "https://docs.blyss.dev"
24+
repository = "https://github.com/blyssprivacy/sdk"
25+
changelog = "https://github.com/blyssprivacy/sdk/releases"
26+

0 commit comments

Comments
 (0)