Skip to content

Commit

Permalink
Prep for PyPI.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwf committed May 17, 2015
1 parent 093c64a commit 60cae86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ compatible. Also includes picklable, Python {2, 3}-compatible implementations
of some related utilities, including some functions from the Toolz_ library,
in ``picklable_itertools.extras``.

.. _PyToolz: http://toolz.readthedocs.org/en/latest/
.. _Toolz: http://toolz.readthedocs.org/en/latest/

Why?
----
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

setup(
name='picklable-itertools',
version='0.0.1', # PEP 440 compliant
description='itertools. But picklable.',
version='0.1.0', # PEP 440 compliant
description='itertools. But picklable. Even on Python 2.',
long_description=LONG_DESCRIPTION,
url='https://github.com/dwf/picklable_itertools',
author='David Warde-Farley',
Expand All @@ -31,4 +31,4 @@
packages=find_packages(exclude=['tests']),
install_requires=['six'],
zip_safe=True
)
)

0 comments on commit 60cae86

Please sign in to comment.