Skip to content

Commit 1f255ba

Browse files
authored
Merge pull request #8 from rd2/tbd
Upgrades layered construction constants/methods
2 parents 240fcac + fb77613 commit 1f255ba

6 files changed

Lines changed: 616 additions & 335 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
python-version: ["3.10", "3.x"]
12+
python-version: ["3.9", "3.10"]
1313

1414
steps:
1515
- name: Check out repository

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2022-2025, rd2
3+
Copyright (c) 2022-2026, rd2
44

55
Redistribution and use in source and binary forms, with or without
66
modification, are permitted provided that the following conditions are met:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# pyOSut
2-
Python implementation of the _OSut_ Ruby gem for the OpenStudio SDK.
2+
Python implementation of the _OSut_ Ruby gem for the OpenStudio SDK.
33

44
- PyPi [package](https://pypi.org/project/osut/)
55
- Ruby [gem](https://rubygems.org/gems/osut)
@@ -25,6 +25,6 @@ To import the _OSut_ module in a Python project:
2525

2626
____
2727

28-
To run the _OSut_ unit tests on a `git clone` of the repo:
28+
To run the _OSut_ unit tests on a `git clone` of the repo:
2929

3030
`python -m unittest`

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "osut"
3-
version = "0.7.0"
3+
version = "0.8.1"
44
description = "OpenStudio SDK utilities for Python"
55
readme = "README.md"
66
requires-python = ">=3.2"

0 commit comments

Comments
 (0)