Skip to content

Commit 36fb14f

Browse files
author
Songki Choi
authored
Update version to 1.0.0rc0 (#10)
1 parent 262b82b commit 36fb14f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## [Unreleased]
3+
## [1.0.0 Unreleased]
44

55
### Summary
66

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "openvino_xai"
10-
version = "0.0.1"
10+
version = "1.0.0rc0"
1111
dependencies = [
12-
"openvino-dev>=2023.2",
12+
"openvino-dev==2023.2",
1313
"opencv-python",
1414
"numpy",
1515
"tqdm",
1616
]
17-
requires-python = ">=3.9"
17+
requires-python = ">=3.10"
1818
authors = [
1919
{name = "Intel(R) Corporation"},
2020
]

0 commit comments

Comments
 (0)