From c4347b2524c88d45cfe13818112ddbdf369d5f12 Mon Sep 17 00:00:00 2001 From: brgix Date: Mon, 16 Jun 2025 07:48:16 -0400 Subject: [PATCH] Prep for 0.3.0a1 (public) release --- README.md | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32ee797..18c23b2 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,6 @@ Python implementation of the OSlg logger for the OpenStudio SDK. -(original Ruby implementation/documentation : https://github.com/rd2/oslg) +(original Ruby implementation/documentation: https://github.com/rd2/oslg) + +_Disclaimer: alpha release_ diff --git a/pyproject.toml b/pyproject.toml index 294a44e..d618752 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "oslg" -version = "0.3.0" +version = "0.3.0a1" requires-python = ">=3.2" authors = [ {name = "Denis Bourgeois", email = "denis@rd2.ca"}