mirror of
https://github.com/adulau/DomainClassifier.git
synced 2024-11-07 11:56:25 +00:00
chg: [release] v1.0
This commit is contained in:
parent
2ab12ce70b
commit
b28979f04d
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
__version__ = "0.8"
|
||||
__version__ = "1.0"
|
||||
|
|
2
setup.py
2
setup.py
|
@ -1,7 +1,7 @@
|
|||
from setuptools import setup, find_packages
|
||||
setup(
|
||||
name="DomainClassifier",
|
||||
version="0.8",
|
||||
version="1.0",
|
||||
packages=find_packages(),
|
||||
install_requires=['dnspython', 'IPy', 'pybgpranking'],
|
||||
dependency_links=[
|
||||
|
|
Loading…
Reference in a new issue