Skip to content

Commit

Permalink
bump version to 0.5.0.rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjinliu committed Feb 12, 2023
1 parent 4aa0909 commit 599fb6b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tabulous/_qt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,14 @@
from ._table_stack import QTabbedTableStack
from ._mainwindow import QMainWindow, QMainWidget
from ._app import get_app

__all__ = [
"QTableLayer",
"QSpreadSheet",
"QTableGroupBy",
"QTableDisplay",
"QTabbedTableStack",
"QMainWindow",
"QMainWidget",
"get_app",
]

0 comments on commit 599fb6b

Please sign in to comment.