diff --git a/StyleFrame/version.py b/StyleFrame/version.py index ae3e955..b703549 100644 --- a/StyleFrame/version.py +++ b/StyleFrame/version.py @@ -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() diff --git a/setup.py b/setup.py index bf62c6c..8a2af22 100644 --- a/setup.py +++ b/setup.py @@ -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,