Skip to content

Commit

Permalink
Merge pull request #97 from soxoj/wizard
Browse files Browse the repository at this point in the history
Some API improvements
  • Loading branch information
soxoj authored Mar 29, 2021
2 parents b0de174 + 7f1a0fa commit 03511a7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## [Unreleased]

## [0.1.18] - 2021-03-30
* some API improvements

## [0.1.17] - 2021-03-30
* simplified maigret search API
* improved documentation
Expand Down
2 changes: 1 addition & 1 deletion maigret/maigret.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from .submit import submit_dialog
from .utils import get_dict_ascii_tree

__version__ = '0.1.17'
__version__ = '0.1.18'


async def main():
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
requires = rf.read().splitlines()

setup(name='maigret',
version='0.1.17',
version='0.1.18',
description='Collect a dossier on a person by username from a huge number of sites',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 03511a7

Please sign in to comment.