Skip to content

Commit

Permalink
Bump version to 0.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjambon committed Dec 16, 2020
1 parent d4bb0c9 commit 1f5c79c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion semgrep/semgrep/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__VERSION__ = "0.34.0"
__VERSION__ = "0.35.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
setup(
name="semgrep_pre_commit_package",
version="0.0.0",
install_requires=["semgrep==0.34.0"],
install_requires=["semgrep==0.35.0"],
)

0 comments on commit 1f5c79c

Please sign in to comment.