From 05c62d1fcf5be17658f21bdf1aa3a2119b3ecba1 Mon Sep 17 00:00:00 2001 From: Adi Vaknin Date: Tue, 29 Nov 2016 20:09:26 +0200 Subject: [PATCH] - Updated version --- StyleFrame/version.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/StyleFrame/version.py b/StyleFrame/version.py index f22420d..6f1101c 100644 --- a/StyleFrame/version.py +++ b/StyleFrame/version.py @@ -1 +1 @@ -_version_ = '0.2dev-1' +_version_ = '0.2' diff --git a/setup.py b/setup.py index 0d70621..cbf6560 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='0.2dev-1', + version='0.2', 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,