From a9d0e0a5477b9dcb3045469db7592eec3675d9e0 Mon Sep 17 00:00:00 2001 From: Michael Vogelsong Date: Sun, 8 May 2022 09:37:47 -0700 Subject: [PATCH] Bump to version 0.1.3 --- .github/workflows/test-integ.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-integ.yaml b/.github/workflows/test-integ.yaml index a77e3567..6236e93a 100644 --- a/.github/workflows/test-integ.yaml +++ b/.github/workflows/test-integ.yaml @@ -2,7 +2,7 @@ name: test integ on: [push] jobs: - run-pytest: + run-tests: runs-on: ubuntu-latest env: GROUNDLIGHT_API_TOKEN: ${{ secrets.GROUNDLIGHT_API_TOKEN }} diff --git a/pyproject.toml b/pyproject.toml index f5effbd4..2efdb59f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "groundlight" -version = "0.1.2" +version = "0.1.3" description = "Call the Groundlight API from python" authors = ["Groundlight AI "] packages = [