Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit a951266

Browse files
authored
pypi versioning fix (#17)
1 parent 56df119 commit a951266

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,11 @@ For additional info read `cv2.getBuildInformation()` output.
7070

7171
### Versioning
7272

73-
The first 3 letters are the version of OpenCV, underscore, then inference engine (dldt/openvino) version, underscore, package version.
73+
~~The first 3 letters are the version of OpenCV, underscore, then inference engine (dldt/openvino) version, underscore, package version.
7474
E.g, `4.5.1_2120.2_0` -- first version of based on 4.5.1 OpenCV package with 2021.2 inference engine module.
75-
Package versions are not continuously numbered -- each new OpenCV-dldt version pair starts its own numbering.
75+
Package versions are not continuously numbered -- each new OpenCV-dldt version pair starts its own numbering.~~
76+
77+
YYYY.MM.DD
7678

7779

7880
## Compiling from source

create_wheel/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ def __len__(self):
1414

1515

1616
setuptools.setup(
17-
name="opencv-python-inference-engine",
18-
version="4.5.1_2021.2_0",
17+
name='opencv-python-inference-engine',
18+
version='2021.03.03',
1919
url="https://github.com/banderlog/opencv-python-inference-engine",
2020
maintainer="Kabakov Borys",
2121
license='MIT, Apache 2.0',

0 commit comments

Comments
 (0)