Skip to content

Commit

Permalink
bump Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Marin committed Oct 4, 2019
1 parent 03e23bf commit ed59dbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mrjob: the Python MapReduce library
mrjob is a Python 2.7/3.4+ package that helps you write and run Hadoop
Streaming jobs.

`Stable version (v0.6.10) documentation <http://mrjob.readthedocs.org/en/stable/>`_
`Stable version (v0.6.11) documentation <http://mrjob.readthedocs.org/en/stable/>`_

`Development version documentation <http://mrjob.readthedocs.org/en/latest/>`_

Expand Down
2 changes: 1 addition & 1 deletion mrjob/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,4 @@
'drulludanni <drulludanni5@gmail.com>',
]

__version__ = '0.6.10.dev0'
__version__ = '0.6.11'

0 comments on commit ed59dbc

Please sign in to comment.