Skip to content

Commit 966dc01

Browse files
committed
commit for v0.2.4
1 parent e8c6f16 commit 966dc01

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
v0.2.3, 10/06/2013 -- Prepare packaging for pypi
1+
v0.2.4, 10/06/2013 -- Prepare packaging for pypi
22
v0.2.1, 17/05/2013 -- Code Docstring and added support for additional data
33
- added support for scripts in NmapService
44
- added support for hosts extra data in NmapHost (uptime, distance,...)
File renamed without changes.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
from distutils.core import setup
22

3-
with open("README.rst") as rfile:
3+
with open("README.txt") as rfile:
44
long_description = rfile.read()
55

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

0 commit comments

Comments
 (0)