Skip to content

Commit bd8682e

Browse files
authored
Merge pull request #5 from rd2/alpha
Prep for 0.3.0a1 (public) release
2 parents 3265321 + c4347b2 commit bd8682e

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22

33
Python implementation of the OSlg logger for the OpenStudio SDK.
44

5-
(original Ruby implementation/documentation : https://github.com/rd2/oslg)
5+
(original Ruby implementation/documentation: https://github.com/rd2/oslg)
6+
7+
_Disclaimer: alpha release_

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "oslg"
7-
version = "0.3.0"
7+
version = "0.3.0a1"
88
requires-python = ">=3.2"
99
authors = [
1010
{name = "Denis Bourgeois", email = "denis@rd2.ca"}

0 commit comments

Comments
 (0)