Skip to content

Commit

Permalink
Merge pull request #88 from soxoj/0.0.19
Browse files Browse the repository at this point in the history
Bump to 0.0.19
  • Loading branch information
soxoj authored May 12, 2021
2 parents 8bf1378 + 929ca9c commit b6625f9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased]

## [0.0.19] - 2021-05-12
* non-json transforms
* added Weibo and Trello
* added username-from-email extractor
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
long_description = fh.read()

setup(name='socid-extractor',
version='0.0.18',
version='0.0.19',
description='Extract accounts\' identifiers from personal pages on various platforms',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
5 changes: 4 additions & 1 deletion socid_extractor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
from .main import extract, parse, parse_cookies, mutate_url

__version__ = '0.0.18'
__version__ = '0.0.19'
__title__ = 'socid_extractor'
__package__ = 'socid_extractor'
__author__ = 'soxoj'
__author_email__ = 'soxoj@protonmail.com'

0 comments on commit b6625f9

Please sign in to comment.