Skip to content

Commit

Permalink
bump versions to 0.1.9 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
neilmovva authored Apr 24, 2023
1 parent 191d02d commit 8a4854b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Samir Menon <samir@blyss.dev>",
"name": "@blyss/sdk",
"version": "0.1.8",
"version": "0.1.9",
"description": "Blyss SDK, enabling private retrievals from Blyss buckets",
"type": "module",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion python/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blyss-client-python"
version = "0.1.8"
version = "0.1.9"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
9 changes: 9 additions & 0 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,12 @@ dependencies = [
"httpx",
]
dynamic = ["version"]
description = "An SDK for private data retrieval, built on homomorphic encryption."
keywords = ["privacy", "homomorphic", "encryption", "cryptography"]

[project.urls]
homepage = "https://blyss.dev"
documentation = "https://docs.blyss.dev"
repository = "https://github.com/blyssprivacy/sdk"
changelog = "https://github.com/blyssprivacy/sdk/releases"

1 comment on commit 8a4854b

@vercel
Copy link

@vercel vercel bot commented on 8a4854b Apr 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./

docs.blyss.dev
docs-nu-ruddy.vercel.app
docs-blyss.vercel.app
docs-git-main-blyss.vercel.app

Please sign in to comment.