Skip to content

Commit aa0b114

Browse files
vbrodskyVal Brodsky
authored andcommitted
Bumped package versions (#1946)
1 parent a6080d9 commit aa0b114

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
lines changed

.github/actions/lbox-matrix/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26840,7 +26840,7 @@ try {
2684026840
const testMatrix = [];
2684126841
const packages = files.map(file => {
2684226842
return file.split('/')[1];
26843-
});
26843+
}).filter(pkg => pkg !== 'lbox-example');
2684426844
const uniquePackages = [... new Set(packages)];
2684526845
uniquePackages.forEach(package => {
2684626846
startingMatrix.forEach(matrixItem => {

.github/workflows/lbox-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ jobs:
5454
steps:
5555
- uses: actions/checkout@v4
5656
with:
57-
# ref: ${{ inputs.tag }}
5857
ref: ${{ inputs.tag }}
5958
- name: Install the latest version of rye
6059
uses: eifinger/setup-rye@v2

libs/labelbox/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies = [
1212
"tqdm>=4.66.2",
1313
"geojson>=3.1.0",
1414
"mypy==1.10.1",
15-
"lbox-clients==1.1.1",
15+
"lbox-clients==1.1.2",
1616
]
1717
readme = "README.md"
1818
requires-python = ">=3.9,<3.14"

libs/lbox-clients/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "lbox-clients"
3-
version = "1.1.1"
3+
version = "1.1.2"
44
description = "This module contains client sdk uses to conntect to the Labelbox API and backends"
55
authors = [
66
{ name = "Labelbox", email = "engineering@labelbox.com" }

libs/lbox-example/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "lbox-example"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "An example module which can be used to develop other modules under the lbox namespace"
55
authors = [
66
{ name = "Labelbox", email = "engineering@labelbox.com" }

0 commit comments

Comments
 (0)