We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3265321 + c4347b2 commit bd8682eCopy full SHA for bd8682e
2 files changed
README.md
@@ -2,4 +2,6 @@
2
3
Python implementation of the OSlg logger for the OpenStudio SDK.
4
5
-(original Ruby implementation/documentation : https://github.com/rd2/oslg)
+(original Ruby implementation/documentation: https://github.com/rd2/oslg)
6
+
7
+_Disclaimer: alpha release_
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "oslg"
-version = "0.3.0"
+version = "0.3.0a1"
8
requires-python = ">=3.2"
9
authors = [
10
{name = "Denis Bourgeois", email = "denis@rd2.ca"}
0 commit comments