diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-11-07 17:55:06 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-11-11 07:07:45 +0700 |
commit | d96ce1a6b456053f4c84aabd532e6b1bda3bfdcf (patch) | |
tree | 01e9222737d2864a3eb4a86ce6752cd8978d51c9 /development/pandas/pandas.SlackBuild | |
parent | 72eeb24f4d9e2ea58bce6ff92386b877b4cafd7c (diff) | |
download | slackbuilds-d96ce1a6b456053f4c84aabd532e6b1bda3bfdcf.tar.gz |
development/pandas: Updated for version 0.21.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'development/pandas/pandas.SlackBuild')
-rw-r--r-- | development/pandas/pandas.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/pandas/pandas.SlackBuild b/development/pandas/pandas.SlackBuild index 3c3451f348..4fed98d205 100644 --- a/development/pandas/pandas.SlackBuild +++ b/development/pandas/pandas.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pandas -VERSION=${VERSION:-0.20.3} +VERSION=${VERSION:-0.21.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |