Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kohulan authored Apr 11, 2023
1 parent d4eb411 commit 2b772bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DECIMER/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

"""
DECIMER V2.2.2 Python Package.
DECIMER V2.2.3 Python Package.
============================
This repository contains DECIMER-V2,Deep lEarning for Chemical ImagE Recognition) project
Expand All @@ -23,7 +23,7 @@
"""

__version__ = "2.2.2"
__version__ = "2.2.3"

__all__ = [
"DECIMER",
Expand Down

0 comments on commit 2b772bf

Please sign in to comment.