Skip to content

Commit b688fbe

Browse files
committed
bump version to 1.1.5
1 parent 0b8580d commit b688fbe

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "objectstate"
7-
version = "1.1.4"
7+
version = "1.1.5"
88
description = "Generic lazy dataclass configuration framework with dual-axis inheritance and contextvars-based resolution"
99
authors = [{name = "Tristan Simas", email = "tristan.simas@mail.mcgill.ca"}]
1010
license = {text = "MIT"}
@@ -50,10 +50,10 @@ Issues = "https://github.com/OpenHCSDev/objectstate/issues"
5050

5151
[tool.hatch.build.targets.wheel]
5252
packages = ["src/objectstate"]
53-
core-metadata-version = "2.4"
53+
core-metadata-version = "1.1.5"
5454

5555
[tool.hatch.build.targets.sdist]
56-
core-metadata-version = "2.4"
56+
core-metadata-version = "1.1.5"
5757

5858
[tool.pytest.ini_options]
5959
testpaths = ["tests"]
@@ -68,13 +68,13 @@ target-version = ["py311", "py312", "py313"]
6868

6969
[tool.ruff]
7070
line-length = 100
71-
target-version = "py311"
71+
target-version = "1.1.5"
7272

7373
[tool.ruff.lint]
7474
select = ["E", "F", "I", "N", "W", "UP"]
7575

7676
[tool.mypy]
77-
python_version = "3.11"
77+
python_version = "1.1.5"
7878
warn_return_any = true
7979
warn_unused_configs = true
8080
disallow_untyped_defs = true

src/objectstate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
'ObjectStateEditSession',
217217
]
218218

219-
__version__ = "1.1.4"
219+
__version__ = "1.1.5"
220220
__author__ = 'OpenHCS Team'
221221
__description__ = 'Generic configuration framework for lazy dataclass resolution'
222222

0 commit comments

Comments
 (0)