Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelmaksimov committed May 28, 2021
1 parent 0375c4c commit 6983b6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ APIs wrapped by Tapioca are explorable and follow a simple interaction pattern t


### Installed
pip install tapi-wrapper2==0.1.1
pip install tapi-wrapper2==0.1.2


### Help
Expand Down
2 changes: 1 addition & 1 deletion tapi2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = 'Pavel Maksimov'
__email__ = 'vur21@ya.ru'
__version__ = '0.1.1'
__version__ = '0.1.2'

from .adapters import (
generate_wrapper_from_adapter,
Expand Down

0 comments on commit 6983b6c

Please sign in to comment.