Skip to content

Commit

Permalink
- Version bump to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepSpace2 committed Jun 17, 2017
1 parent c2e4502 commit 6c05048
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion StyleFrame/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def get_all_versions():
return _versions_


_version_ = '1.1'
_version_ = '1.1.1'
_python_version_ = get_python_version()
_pandas_version_ = get_pandas_version()
_openpyxl_version_ = get_openpyxl_version()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='1.1',
version='1.1.1',

description='A library that wraps pandas and openpyxl and allows easy styling of dataframes in excel. Documentation can be found at http://styleframe.readthedocs.org',
# long_description=long_description,
Expand Down

0 comments on commit 6c05048

Please sign in to comment.