Skip to content

Commit

Permalink
Bump to version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-groundlight committed May 8, 2022
1 parent 9413680 commit a9d0e0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-integ.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
packages = [
Expand Down

0 comments on commit a9d0e0a

Please sign in to comment.