Skip to content

Commit bfbe134

Browse files
authored
update (#158)
1 parent b2e114e commit bfbe134

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
name: CI
99

1010
on:
11-
push:
12-
branches: [master]
1311
pull_request:
1412

1513
# Cancel in progress workflows on pull_requests.

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Version 1.1.1
2+
3+
Chore:
4+
5+
- Publish new `python` wheels to support `3.8.0+`
6+
17
# Version 1.1.0
28

39
Bugfix:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openmined/psi.js",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Private Set Intersection for JavaScript",
55
"repository": {
66
"type": "git",

tools/package.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
""" Version of the current release """
2-
VERSION_LABEL = "1.1.0"
2+
VERSION_LABEL = "1.1.1"

0 commit comments

Comments
 (0)