Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomislater committed Mar 9, 2016
1 parent 925643d commit d1f9740
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
v0.2.0, 2016-03-09 -- Remove ujson for json
v0.1.13, 2016-02-09 -- Add py3.4 and py3.5 to tests. Deploy on pypi via travis.
v0.1.11, 2013-08-24 -- Add documentation and switch to pytest.
v0.1.10, 2013-06-23 -- Fixed for pip install.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
# built documents.
#
# The short X.Y version.
version = '0.1.13'
version = '0.2.0'
# The full version, including alpha/beta/rc tags.
release = ''

Expand Down
2 changes: 1 addition & 1 deletion random_words/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
.. moduleauthor:: Tomek Święcicki <[email protected]>
"""

__version__ = '0.1.13'
__version__ = '0.2.0'

from .random_words import RandomWords
from .random_words import RandomNicknames
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def run_tests(self):

setup(
name='RandomWords',
version='0.1.13',
version='0.2.0',
author='Tomek Święcicki',
author_email='[email protected]',
packages=['random_words'],
Expand Down

0 comments on commit d1f9740

Please sign in to comment.