Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
twu committed Jun 20, 2021
1 parent e109983 commit 597e77d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
11 changes: 6 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.2.1'
version = '0.3.0'
description = 'Security audit Python project dependencies against security advisory databases.'
authors = ["Thomas Wurmitzer <t.wurmitzer+github@gmail.com>"]
packages = [{ include="skjold/**/*.py", from = "src" }]
Expand Down
4 changes: 2 additions & 2 deletions src/skjold/cli.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
__version__ = "0.2.1"
__version__ = "0.3.0"

import datetime
import os
Expand Down Expand Up @@ -51,7 +51,7 @@ def cli(
configuration_file: click.Path,
verbose: bool,
) -> None:
""" Check a given Python dependency file against a set of advisory databases."""
"""Check a given Python dependency file against a set of advisory databases."""
config.verbose = verbose

file_ = str(configuration_file)
Expand Down

0 comments on commit 597e77d

Please sign in to comment.