Skip to content

Commit f86894f

Browse files
committed
fix: Update version number to 1.1.1 and correct license file pattern in pyproject.toml
Signed-off-by: Lasota, Adrian <adrian.lasota@intel.com>
1 parent 67677ba commit f86894f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## v1.1.0 (2025-07-08)
3+
## v1.1.1 (2025-07-08)
44

55
### Continuous Integration
66

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ description = "Module for a code quality related scripts."
1515
requires-python = ">=3.10, <3.14"
1616
version = "1.1.0"
1717
dynamic = ["dependencies"]
18-
license-files = ["LICEN[CS]E*", "AUTHORS.md"]
18+
license-files = ["LICENSE.md", "AUTHORS.md"]
1919
readme = {file = "README.md", content-type = "text/markdown"}
2020

2121
[project.urls]

0 commit comments

Comments
 (0)