Skip to content

Commit

Permalink
Update __version__
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitroprobachay committed Mar 7, 2023
1 parent f9e7886 commit aae8c96
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
3.4.0 / 2022-11-21
==================
**updates**
* Update ocr models
* Added support yolov8 models for numberpalte detection
* Update option classification models with efficientnet_v2_s backbone

3.3.0 / 2022-11-21
==================
**updates**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![Nomeroff Net. Automatic numberplate recognition system](./public/images/nomeroff_net.svg)

Nomeroff Net. Automatic numberplate recognition system. Version 3.2
Nomeroff Net. Automatic numberplate recognition system. Version 3.4
<br /><br />
<blockquote style="border-left-color: #ff0000">
Now there is a war going on in our country, Russian soldiers are shooting at civilians in Ukraine. Enemy aviation launches rockets and drops bombs on residential quarters.
Expand Down
2 changes: 1 addition & 1 deletion nomeroff_net/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
from nomeroff_net.pipelines import pipeline


__version__ = "3.2.2"
__version__ = "3.4.0"

0 comments on commit aae8c96

Please sign in to comment.