Skip to content

Commit

Permalink
Fix minor typos and bump to next dev version.
Browse files Browse the repository at this point in the history
  • Loading branch information
eriknw committed May 1, 2014
1 parent c54896b commit 4aa0ace
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cytoolz/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.6.0'
__version__ = '0.6.1dev'
__toolz_version__ = '0.6.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 4aa0ace

Please sign in to comment.