Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jbogaardt committed Dec 10, 2019
1 parent 7ce7c78 commit 5a58ec6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xlcompose/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
__version__ = '0.1.2'
from xlcompose.core import (
DataFrame, Series, Row, Column, Tabs, CSpacer, RSpacer, Title, Image, Sheet)
DataFrame, Series, Row, Column, Tabs, CSpacer, RSpacer, Title, Image,
Sheet, VSpacer, HSpacer)

0 comments on commit 5a58ec6

Please sign in to comment.