Skip to content

Commit

Permalink
version 0.13
Browse files Browse the repository at this point in the history
Signed-off-by: Ashish Bijlani <ashish.bijlani@gmail.com>
  • Loading branch information
ashishbijlani committed Dec 8, 2022
1 parent e07e135 commit 8771f9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include packj/.packj.yaml
include .packj.yaml
include packj/audit/config/astgen_javascript_smt.config
include packj/audit/config/astgen_python_smt.config
include packj/audit/config/astgen_ruby_smt.config
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def run(self):
data_files = [
(os.path.expanduser('~'), ['.packj.yaml']),
],
version = '0.12',
version = '0.13',
license='GNU AGPLv3',
description = 'Packj flags "risky" open-source packages in your software supply chain',
long_description=long_description,
Expand Down

0 comments on commit 8771f9d

Please sign in to comment.