Skip to content

Commit

Permalink
version bump for v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lolipopshock committed Apr 12, 2021
1 parent e781b4f commit b1dc7f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Scientific/Engineering :: Artificial Intelligence

[options]
Expand Down
2 changes: 1 addition & 1 deletion src/layoutparser/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.3"
__version__ = "0.2.0"

from .elements import (
Interval, Rectangle, Quadrilateral,
Expand Down

0 comments on commit b1dc7f7

Please sign in to comment.