Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Trask authored and Adam Trask committed Nov 24, 2017
1 parent 9a63469 commit 40fe811
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion YaraGuardian/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '1.3.0'
__version__ = '1.4.0'
VERSION = __version__
2 changes: 1 addition & 1 deletion plyara/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
setup(
name = "Plyara",
packages = ['plyara'],
version = '0.4.3',
version = '0.5.0',
description = 'Parse Yara Rules',
install_requires = ['ply>=3.7'],
test_suite = 'plyara.tests.unit_tests'
Expand Down

0 comments on commit 40fe811

Please sign in to comment.