Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down