Skip to content

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
John Bogaardt committed Aug 14, 2020
1 parent 2f0d631 commit ad01de6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
descr = "A declarative API for composing spreadsheets from python"
name = 'xlcompose'
url = 'https://github.com/jbogaardt/xlcompose'
version='0.2.2' # Put this in __init__.py
version='0.2.3' # Put this in __init__.py

data_path = ''
setup(
Expand Down
2 changes: 1 addition & 1 deletion xlcompose/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.2.2'
__version__ = '0.2.3'
from xlcompose.core import (
Tabs, Sheet, Row, Column,
DataFrame, Series, CSpacer, RSpacer, Title, Image, VSpacer, HSpacer)
Expand Down

0 comments on commit ad01de6

Please sign in to comment.