summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authoreduardormorais <eduardoromorais@gmail.com>2025-08-29 14:00:39 -0300
committereduardormorais <eduardoromorais@gmail.com>2025-08-29 14:00:39 -0300
commit33cbb56d994a523c5a68f037aed0912fea08fa4d (patch)
tree3ffda1d46a244396cf06975dca48e96ee5b1e417 /pyproject.toml
parent03478da3942213ce0593f461818c99373cbb1d21 (diff)
downloadpyvyos-33cbb56d994a523c5a68f037aed0912fea08fa4d.tar.gz
pyvyos-33cbb56d994a523c5a68f037aed0912fea08fa4d.zip
Feature/9910428810 - Updating version.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 6eee47d..bfe74e3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "pyvyos"
-version = "0.2.2"
+version = "0.3.0"
authors = [
{ name="Roberto Berto", email="463349+robertoberto@users.noreply.github.com" },
]
@@ -34,7 +34,7 @@ dev-dependencies = [
name = "pyvyos"
description = "Python SDK for interacting with VyOS API"
authors = ["Roberto Berto <463349+robertoberto@users.noreply.github.com>"]
-version = "0.2.2"
+version = "0.3.0"
[tool.poetry.dependencies]
python = ">=3.8"