Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
twu committed Jul 2, 2022
1 parent b374cc7 commit 1de5a66
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 @@
[tool.poetry]
name = 'skjold'
version = '0.4.1'
version = '0.5.0'
description = 'Security audit Python project dependencies against security advisory databases.'
authors = ["Thomas Wurmitzer <[email protected]>"]
packages = [{ include="skjold/**/*.py", from = "src" }]
Expand All @@ -26,6 +26,7 @@ classifiers = [
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Software Development :: Quality Assurance",
"Topic :: Software Development :: Build Tools",
Expand Down
2 changes: 1 addition & 1 deletion src/skjold/cli.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
__version__ = "0.4.1"
__version__ = "0.5.0"

import datetime
import os
Expand Down

0 comments on commit 1de5a66

Please sign in to comment.