Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
twu committed May 8, 2024
1 parent cc38f19 commit d0efacf
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.6.1'
version = '0.6.2'
description = 'Security audit Python project dependencies against security advisory databases.'
authors = ["Thomas Wurmitzer <stdin@twu.codes>"]
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.6.1"
__version__ = "0.6.2"

import datetime
import os
Expand Down

0 comments on commit d0efacf

Please sign in to comment.