Skip to content

Commit 3888346

Browse files
authored
Update the release version (#4)
* Update the release version
1 parent 066a6d8 commit 3888346

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pull-request-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
run: coverage-badge -f -o docs/coverage.svg
9292

9393
- name: Generate documentation
94-
run: pydoc-markdown --render-toc && mv build/docs/* docs
94+
run: pydoc-markdown --render-toc && rm -rf docs/content && mv build/docs/* docs
9595

9696
- name: Check changed files
9797
uses: tj-actions/[email protected]
@@ -114,4 +114,4 @@ jobs:
114114
with:
115115
github_token: ${{ secrets.GITHUB_TOKEN }}
116116
branch: ${{ github.head_ref }}
117-
force: true
117+
force: true

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setuptools.setup(
1010
name="grafana-api-sdk",
11-
version="0.0.2",
11+
version="0.0.3",
1212
author="Pascal Zimmermann",
1313
author_email="[email protected]",
1414
description="A Grafana API SDK",

0 commit comments

Comments
 (0)