Skip to content

Commit a118277

Browse files
authored
Merge pull request #152 from GeekMasher/v091
v0.9.1
2 parents c2eb2fe + 9baf700 commit a118277

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
pipenv run docs
2828
2929
- name: Publish
30-
uses: peaceiris/actions-gh-pages@v3
30+
uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3.9.3
3131
with:
3232
github_token: ${{ secrets.GITHUB_TOKEN }}
3333
publish_dir: ./public

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ghastoolkit"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
authors = [{ name = "GeekMasher" }]
55
description = "GitHub Advanced Security Python Toolkit"
66
readme = "README.md"

src/ghastoolkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
__name__ = "ghastoolkit"
33
__title__ = "GHAS Toolkit"
44

5-
__version__ = "0.9.0"
5+
__version__ = "0.9.1"
66

77
__description__ = "GitHub Advanced Security Python Toolkit"
88
__summary__ = """\

0 commit comments

Comments
 (0)