Skip to content

Commit

Permalink
version bump!
Browse files Browse the repository at this point in the history
  • Loading branch information
carlmontanari committed Mar 5, 2020
1 parent f75dc70 commit d303386
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scrapli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from scrapli.driver import Scrape
from scrapli.netmiko_compatability import connect_handler as ConnectHandler

__version__ = "2020.02.23"
__version__ = "2020.03.05"
__all__ = (
"Scrape",
"ConnectHandler",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setuptools.setup(
name="scrapli",
version="2020.02.23",
version="2020.03.05",
author=__author__,
author_email="[email protected]",
description="Screen scraping (ssh|telnet) client focused on network devices",
Expand Down

0 comments on commit d303386

Please sign in to comment.