Skip to content

Commit

Permalink
chore: housekeeping, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
carlmontanari committed Jul 30, 2023
1 parent f1f8ca1 commit 4fa8db1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pycodestyle>=2.8.0,<3.0.0
pydocstyle>=6.1.1,<7.0.0
pyfakefs>=5.0.0,<6.0.0
pylama>=8.4.0,<9.0.0
pylint==2.17.4
pylint==2.17.5
pytest-asyncio>=0.17.0,<1.0.0
pytest-cov>=3.0.0,<5.0.0
pytest>=7.0.0,<8.0.0
Expand Down
2 changes: 1 addition & 1 deletion scrapli_cfg/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""scrapli_cfg"""
from scrapli_cfg.factory import AsyncScrapliCfg, ScrapliCfg

__version__ = "2023.01.30"
__version__ = "2023.07.30"

__all__ = (
"AsyncScrapliCfg",
Expand Down

0 comments on commit 4fa8db1

Please sign in to comment.