diff options
| author | Roberto Berto <roberto.berto@gmail.com> | 2023-12-13 12:50:45 -0300 |
|---|---|---|
| committer | Roberto Berto <roberto.berto@gmail.com> | 2023-12-13 12:50:45 -0300 |
| commit | 4148924483f14e5ecde296df09e0c2a2fef20787 (patch) | |
| tree | f88b368e9d9a40f9daa34b88a7df204d27cde4a4 /pyproject.toml | |
| parent | 1cd622e219ceed9ba669bb373a4e4407a9542215 (diff) | |
| download | pyvyos-4148924483f14e5ecde296df09e0c2a2fef20787.tar.gz pyvyos-4148924483f14e5ecde296df09e0c2a2fef20787.zip | |
version 0.2.0 with all api and tests
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/pyproject.toml b/pyproject.toml index ef4c9c8..82ac6cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,8 +3,8 @@ requires = ["hatchling"] build-backend = "hatchling.build" [project] -name = "vyapi" -version = "0.1.1" +name = "pyvyos" +version = "0.2.0" authors = [ { name="Roberto Berto", email="roberto.berto@gmail.com" }, ] @@ -18,8 +18,8 @@ classifiers = [ ] [project.urls] -Homepage = "https://github.com/gravscale/vyapi" -Issues = "https://github.com/gravscale/vyapi/issues" +Homepage = "https://github.com/gravscale/pyvyos" +Issues = "https://github.com/gravscale/pyvyos/issues" [tool.hatch.metadata] dependencies = [ @@ -31,10 +31,10 @@ dev-dependencies = [ ] [tool.poetry] -name = "vyapi" +name = "pyvyos" description = "Python SDK for interacting with VyOS API" authors = ["Roberto Berto <roberto.berto@gmail.com>"] -version = "0.1.1" +version = "0.2.0" [tool.poetry.dependencies] python = ">=3.8" |
