We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bf22a5 commit 280c68fCopy full SHA for 280c68f
setup.py
@@ -3,7 +3,7 @@
3
from distutils.core import setup
4
5
setup(name='Snare',
6
- version='0.2.0',
+ version='0.3.0',
7
description='Super Next generation Advanced Reactive honEypot',
8
author='MushMush Foundation',
9
author_email='glastopf@public.honeynet.org',
snare/utils/snare_helpers.py
@@ -11,10 +11,11 @@
11
12
class VersionManager:
13
def __init__(self):
14
- self.version = "0.2.0"
+ self.version = "0.3.0"
15
self.version_mapper = {
16
"0.1.0": ["0.1.0", "0.4.0"],
17
- "0.2.0": ["0.5.0", "0.5.0"]
+ "0.2.0": ["0.5.0", "0.5.0"],
18
+ "0.3.0": ["0.5.0", "0.6.0"]
19
}
20
21
def check_compatibility(self, tanner_version):
0 commit comments