Skip to content

Commit

Permalink
Remove rc version suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
ljcornel committed Nov 4, 2022
1 parent 48f1c5d commit 8d6c908
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v1.0.0rc1 Intel® Geti™ SDK (04-11-2022)
# v1.0.0 Intel® Geti™ SDK (04-11-2022)
## What's Changed
* Add a re-authentication mechanism when using token authentication by @ljcornel in https://github.com/openvinotoolkit/geti-sdk/pull/72
* Update pytest requirement from ==7.1.* to ==7.2.* in /requirements by @dependabot in https://github.com/openvinotoolkit/geti-sdk/pull/73
Expand Down
2 changes: 1 addition & 1 deletion geti_sdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@

from .geti import Geti

__version__ = "1.0.0rc1"
__version__ = "1.0.0"

__all__ = ["Geti"]

0 comments on commit 8d6c908

Please sign in to comment.