From 31c5b911ad0396f716ada0ecf5971f3db12f5a54 Mon Sep 17 00:00:00 2001 From: Phinehas 'Von' Neumann Date: Wed, 25 Feb 2026 21:49:57 +0000 Subject: [PATCH 1/2] chore: update project urls metadata --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6b9e122..7c6a0e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,8 +24,8 @@ classifiers = [ authors = [] [project.urls] -Homepage = "https://example.com/vedatrace" -Repository = "https://github.com/example/vedatrace-python" +Homepage = "https://vedatrace.dev" +Repository = "https://github.com/neumann007/vedatrace-python" [tool.setuptools] package-dir = {"" = "src"} From 5b8589fa7e77f587be4f085b4772920e0e1b95ca Mon Sep 17 00:00:00 2001 From: Phinehas 'Von' Neumann Date: Wed, 25 Feb 2026 21:50:57 +0000 Subject: [PATCH 2/2] chore(release): bump version to 0.1.2 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- src/vedatrace/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45f64c2..ac6b26e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file. - (Nothing yet) +## 0.1.2 - 2026-02-25 + +### Changed + +- Update project URLs metadata for PyPI + ## [0.1.0] - 2026-02-20 ### Added diff --git a/pyproject.toml b/pyproject.toml index 7c6a0e9..ba7c4b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "vedatrace" -version = "0.1.1" +version = "0.1.2" description = "Production-grade logging SDK for VedaTrace" readme = { file = "README.md", content-type = "text/markdown" } requires-python = ">=3.10" diff --git a/src/vedatrace/__init__.py b/src/vedatrace/__init__.py index 5a42fd4..31c6076 100644 --- a/src/vedatrace/__init__.py +++ b/src/vedatrace/__init__.py @@ -8,7 +8,7 @@ from vedatrace.time import now_utc_iso8601 from vedatrace.transports import ConsoleTransport, HttpTransport, Transport -__version__ = "0.1.1" +__version__ = "0.1.2" def VedaTrace(