Skip to content

Commit

Permalink
Update version number to 2.0.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
irl committed Jan 11, 2018
1 parent c386aea commit 7b5e013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pathspider/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from pathspider.network import ipv4_asn
from pathspider.network import ipv6_asn

__version__ = "2.0.0.dev0"
__version__ = "2.0.0"

CONN_OK = 0
CONN_FAILED = 1
Expand Down

0 comments on commit 7b5e013

Please sign in to comment.