From 4aa0ace2da2027512789064ec13dbfd7057bd01f Mon Sep 17 00:00:00 2001 From: Erik Welch Date: Thu, 1 May 2014 09:58:17 -0400 Subject: [PATCH] Fix minor typos and bump to next dev version. --- README.rst | 2 +- cytoolz/_version.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index e676e2f..9daac09 100644 --- a/README.rst +++ b/README.rst @@ -58,7 +58,7 @@ Contributions Welcome ``toolz`` (and ``cytoolz``) aims to be a repository for utility functions, particularly those that come from the functional programming and list processing traditions. We welcome contributions that fall within this scope -ang encourage users to scrape their ``util.py`` files for functions that are +and encourage users to scrape their ``util.py`` files for functions that are broadly useful. Please take a look at our issue pages for diff --git a/cytoolz/_version.py b/cytoolz/_version.py index a0855a4..f1bccf2 100644 --- a/cytoolz/_version.py +++ b/cytoolz/_version.py @@ -1,2 +1,2 @@ -__version__ = '0.6.0' +__version__ = '0.6.1dev' __toolz_version__ = '0.6.0' diff --git a/setup.py b/setup.py index b461ff1..e690d48 100644 --- a/setup.py +++ b/setup.py @@ -81,7 +81,7 @@ packages=['cytoolz'], package_data={'cytoolz': ['*.pxd']}, # include_package_data = True, - keywords=('functional utility itertools functools iterator generator' + keywords=('functional utility itertools functools iterator generator ' 'curry memoize lazy streaming bigdata cython toolz cytoolz'), classifiers = [ 'Development Status :: 4 - Beta',