Skip to content

Commit 8771f9d

Browse files
committed
version 0.13
Signed-off-by: Ashish Bijlani <ashish.bijlani@gmail.com>
1 parent e07e135 commit 8771f9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include packj/.packj.yaml
1+
include .packj.yaml
22
include packj/audit/config/astgen_javascript_smt.config
33
include packj/audit/config/astgen_python_smt.config
44
include packj/audit/config/astgen_ruby_smt.config

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def run(self):
7676
data_files = [
7777
(os.path.expanduser('~'), ['.packj.yaml']),
7878
],
79-
version = '0.12',
79+
version = '0.13',
8080
license='GNU AGPLv3',
8181
description = 'Packj flags "risky" open-source packages in your software supply chain',
8282
long_description=long_description,

0 commit comments

Comments
 (0)