Skip to content

Commit 234e401

Browse files
committed
reversioned for pypi
1 parent 147458e commit 234e401

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

libnmap/test/test_backend_plugin_factory.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,5 @@ def test_backend_delete(self):
159159
'test_backend_getall',
160160
'test_backend_delete'
161161
]
162-
test_suite = []
163162
suite = unittest.TestSuite(map(TestNmapBackendPlugin, test_suite))
164163
test_result = unittest.TextTestRunner(verbosity=5).run(suite)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='python-libnmap',
8-
version='0.2.8',
8+
version='0.4.0',
99
author='Ronald Bister',
1010
author_email='mini.pelle@gmail.com',
1111
packages=['libnmap', 'libnmap.plugins', 'libnmap.objects'],

0 commit comments

Comments
 (0)