Skip to content

Commit bf9a68d

Browse files
Bump version (#101)
1 parent fa24fcd commit bf9a68d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: ./.github/actions/install
1515
- run: poetry lock --no-update
16-
- run: git diff --quiet poetry.lock
16+
- run: git diff --exit-code poetry.lock
1717

1818
test:
1919
runs-on: ${{ matrix.runs-on }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "Apache-2.0"
99
name = "elimity-insights-client"
1010
readme = "README.md"
1111
repository = "https://github.com/elimity-com/insights-client-python"
12-
version = "8.1.0a0"
12+
version = "8.1.0"
1313

1414
[tool.poetry.dependencies]
1515
python = "^3.7"

0 commit comments

Comments
 (0)