Crest Infosolutions Git Repository
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Hemant
semgrep
Commits
9d82b4d5
Commit
9d82b4d5
authored
5 years ago
by
brendon
Browse files
Options
Download
Email Patches
Plain Diff
Release 0.5.0
parent
3656615a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
semgrep/semgrep/cli.py
+1
-1
semgrep/semgrep/cli.py
semgrep/setup.py
+1
-1
semgrep/setup.py
with
2 additions
and
2 deletions
+2
-2
semgrep/semgrep/cli.py
View file @
9d82b4d5
...
...
@@ -13,7 +13,7 @@ from semgrep.dump_ast import dump_parsed_ast
from
semgrep.util
import
print_error
from
semgrep.util
import
print_error_exit
__VERSION__
=
"0.5.0
b2
"
__VERSION__
=
"0.5.0"
def
cli
()
->
None
:
...
...
This diff is collapsed.
Click to expand it.
semgrep/setup.py
View file @
9d82b4d5
...
...
@@ -3,7 +3,7 @@ import setuptools
setuptools
.
setup
(
name
=
"semgrep"
,
# Replace with your own username
version
=
"0.
0.4
"
,
version
=
"0.
5.0
"
,
author
=
"Russell & Return 2 Corp"
,
author_email
=
"author@example.com"
,
description
=
"semgrep python wrapper"
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help