Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomislater committed May 27, 2013
1 parent 31a6495 commit 54bbadc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGES.txt
@@ -1,5 +1,6 @@
v0.1.9, 2013-05-27 -- Added some tests.
v0.1.8, 2013-05-25 -- Fixed for python3.
v0.1.7, 2012-11-11 -- Improved speed.
v0.1.7, 2013-01-09 -- Improved speed.
v0.1.6, 2012-11-11 -- Added random e-mails.
v0.1.5, 2012-11-04 -- Changes for lorem ipsum.
v0.1.4, 2012-11-04 -- Added lorem ipsum.
Expand Down
2 changes: 1 addition & 1 deletion random_words/__init__.py
Expand Up @@ -7,7 +7,7 @@
.. moduleauthor:: Tomek Święcicki <tomislater@gmail.com>
"""

__version__ = '0.1.8'
__version__ = '0.1.9'

from .random_words import RandomWords
from .random_words import RandomNicknames
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@

setup(
name='RandomWords',
version='0.1.8',
version='0.1.9',
author='Tomek Święcicki',
author_email='tomislater@gmail.com',
packages=['random_words', 'test'],
Expand Down

0 comments on commit 54bbadc

Please sign in to comment.