Skip to content

Commit

Permalink
fix: v0.1.8 - Fix required deps
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekMasher committed Apr 25, 2023
1 parent d6d824d commit ad9fe84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ghastoolkit"
version = "0.1.7"
version = "0.1.8"
authors = [
{ name="GeekMasher" },
]
Expand All @@ -22,6 +22,7 @@ dependencies = [
"idna==3.4",
"PyYAML==6.0",
"requests==2.28.2",
"ratelimit==2.2.1",
"urllib3==1.26.15"
]

Expand Down
2 changes: 1 addition & 1 deletion src/ghastoolkit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__name__ = "ghastoolkit"
__title__ = "GHAS Toolkit"

__version__ = "0.1.7"
__version__ = "0.1.8"

__description__ = "GitHub Advanced Security Python Toolkit"
__summary__ = """\
Expand Down

0 comments on commit ad9fe84

Please sign in to comment.