Skip to content

Commit ea3cc11

Browse files
committed
version bump 0.3.0
1 parent d4bb55a commit ea3cc11

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<p align="center">
22
<img src="https://github.com/Layout-Parser/layout-parser/raw/master/.github/layout-parser.png" alt="Layout Parser Logo" width="35%">
3-
<h2 align="center">
3+
<h3 align="center">
44
A unified toolkit for Deep Learning Based Document Image Analysis
5-
</h2>
5+
</h3>
66
</p>
77

88
<p align=center>

src/layoutparser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.2.0"
15+
__version__ = "0.3.0"
1616

1717
import sys
1818

0 commit comments

Comments
 (0)