Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
twu committed Nov 11, 2022
1 parent 2ba3865 commit 479331f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = 'skjold'
version = '0.5.1'
version = '0.6.0'
description = 'Security audit Python project dependencies against security advisory databases.'
authors = ["Thomas Wurmitzer <[email protected]>"]
packages = [{ include="skjold/**/*.py", from = "src" }]
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.5.1"
__version__ = "0.6.0"

import datetime
import os
Expand Down

0 comments on commit 479331f

Please sign in to comment.