Skip to content

Commit a9d0e0a

Browse files
Bump to version 0.1.3
1 parent 9413680 commit a9d0e0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-integ.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: test integ
33
on: [push]
44
jobs:
5-
run-pytest:
5+
run-tests:
66
runs-on: ubuntu-latest
77
env:
88
GROUNDLIGHT_API_TOKEN: ${{ secrets.GROUNDLIGHT_API_TOKEN }}

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 = "groundlight"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "Call the Groundlight API from python"
55
authors = ["Groundlight AI <[email protected]>"]
66
packages = [

0 commit comments

Comments
 (0)