Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
singulared committed Apr 22, 2019
1 parent d476745 commit fec0d0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aioriak/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.0.1'
__version__ = '0.2.0'

from .client import RiakClient
from .riak_object import RiakObject
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def req_file(filename):

setup(
name='aioriak',
version='0.1.8',
version='0.2.0',
description='Async implementation of Riak DB python client',
long_description=read("README.rst"),
author='Makc Belousov',
Expand Down

0 comments on commit fec0d0b

Please sign in to comment.