chg: [release] v1.0

This commit is contained in:
Alexandre Dulaunoy 2021-03-25 16:04:22 +01:00
parent 2ab12ce70b
commit b28979f04d
Signed by: adulau
GPG key ID: 09E2CD4944E6CBCD
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
__version__ = "0.8" __version__ = "1.0"

View file

@ -1,7 +1,7 @@
from setuptools import setup, find_packages from setuptools import setup, find_packages
setup( setup(
name="DomainClassifier", name="DomainClassifier",
version="0.8", version="1.0",
packages=find_packages(), packages=find_packages(),
install_requires=['dnspython', 'IPy', 'pybgpranking'], install_requires=['dnspython', 'IPy', 'pybgpranking'],
dependency_links=[ dependency_links=[