Skip to content

Commit

Permalink
chg: [release] v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adulau committed Mar 25, 2021
1 parent 2ab12ce commit b28979f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DomainClassifier/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.8"
__version__ = "1.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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=[
Expand Down

0 comments on commit b28979f

Please sign in to comment.