diff --git a/setup.py b/setup.py index 93248cd..0905597 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup( name = "DomainClassifier", - version = "0.1", + version = "0.2", packages = find_packages(), install_requires = ['dnspython', 'IPy'], author = "Alexandre Dulaunoy",