Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
ncharaf committed Oct 25, 2022
1 parent 4ada37f commit a59bc90
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
[tool.poetry]
name = "nornir_netmiko"
version = "0.2.0"
description = "Netmiko's plugins for Nornir"
authors = ["Kirk Byers <ktbyers@twb-tech.com>"]
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/ktbyers/nornir_netmiko"
classifiers = [
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
]

[tool.poetry.plugins."nornir.plugins.connections"]
"netmiko" = "nornir_netmiko.connections:Netmiko"

[tool.poetry.dependencies]
python = "^3.7"
netmiko = "^4.0.0"
textfsm = "1.1.2"

[tool.poetry.dev-dependencies]
black = "22.3.0"
mypy = "0.942"
pylama = "8.3.8"
pytest = "7.1.1"

[build-system]
requires = ["poetry>=1.1.8"]
build-backend = "poetry.masonry.api"
[tool.poetry]
name = "nornir_netmiko"
version = "0.2.1"
description = "Netmiko's plugins for Nornir"
authors = ["Kirk Byers <ktbyers@twb-tech.com>"]
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/ktbyers/nornir_netmiko"
classifiers = [
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
]

[tool.poetry.plugins."nornir.plugins.connections"]
"netmiko" = "nornir_netmiko.connections:Netmiko"

[tool.poetry.dependencies]
python = "^3.7"
netmiko = "^4.0.0"
textfsm = "1.1.2"

[tool.poetry.dev-dependencies]
black = "22.3.0"
mypy = "0.942"
pylama = "8.3.8"
pytest = "7.1.1"

[build-system]
requires = ["poetry>=1.1.8"]
build-backend = "poetry.masonry.api"

0 comments on commit a59bc90

Please sign in to comment.