Skip to content

Commit

Permalink
Update version to 1.0.0rc0 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
goodsong81 authored Jun 11, 2024
1 parent 262b82b commit 36fb14f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [Unreleased]
## [1.0.0 Unreleased]

### Summary

Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ build-backend = "setuptools.build_meta"

[project]
name = "openvino_xai"
version = "0.0.1"
version = "1.0.0rc0"
dependencies = [
"openvino-dev>=2023.2",
"openvino-dev==2023.2",
"opencv-python",
"numpy",
"tqdm",
]
requires-python = ">=3.9"
requires-python = ">=3.10"
authors = [
{name = "Intel(R) Corporation"},
]
Expand Down

0 comments on commit 36fb14f

Please sign in to comment.