dev #4

Merged
gitark merged 8 commits from dev into main 2026-07-19 10:32:26 +03:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit da2bf2f876 - Show all commits

1
.gitignore vendored
View File

@@ -6,6 +6,7 @@ dist/
wheels/
*.egg-info
main.py
.coverage
# Virtual environments
.venv
.python-version

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "oxipy"
version = "0.1.0"
version = "0.1.1"
description = "Python client for Oxidized API with TTP-based config parsing"
readme = "README.md"
license = "Apache-2.0"