Skip to content

Commit 45d3b71

Browse files
build: bump version to 0.3.0 and update project metadata
Update project version from 0.1.1 to 0.3.0 and improve package metadata to reflect production-ready status and telecommunications industry focus. Changes: - Bump version: 0.1.1 → 0.3.0 - Update development status: Beta → Production/Stable - Add "Telecommunications Industry" to intended audience classifiers 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 1ce9924 commit 45d3b71

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "netdriver"
3-
version = "0.1.1"
3+
version = "0.3.0"
44
description = "The driver for network devices, which interact with network device using CLI."
55
66
readme = "README.md"
@@ -10,9 +10,10 @@ repository = "https://github.com/OpenSecFlow/netdriver"
1010
documentation = "https://github.com/OpenSecFlow/netdriver#readme"
1111
keywords = ["network", "automation", "cli", "ssh", "device", "driver"]
1212
classifiers = [
13-
"Development Status :: 4 - Beta",
13+
"Development Status :: 5 - Production/Stable",
1414
"Intended Audience :: Developers",
1515
"Intended Audience :: System Administrators",
16+
"Intended Audience :: Telecommunications Industry",
1617
"License :: OSI Approved :: Apache Software License",
1718
"Operating System :: OS Independent",
1819
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)