Skip to content

Commit b6625f9

Browse files
authored
Merge pull request #88 from soxoj/0.0.19
Bump to 0.0.19
2 parents 8bf1378 + 929ca9c commit b6625f9

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

33
## [Unreleased]
4+
5+
## [0.0.19] - 2021-05-12
46
* non-json transforms
57
* added Weibo and Trello
68
* added username-from-email extractor

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
long_description = fh.read()
99

1010
setup(name='socid-extractor',
11-
version='0.0.18',
11+
version='0.0.19',
1212
description='Extract accounts\' identifiers from personal pages on various platforms',
1313
long_description=long_description,
1414
long_description_content_type="text/markdown",

socid_extractor/__init__.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
from .main import extract, parse, parse_cookies, mutate_url
22

3-
__version__ = '0.0.18'
3+
__version__ = '0.0.19'
4+
__title__ = 'socid_extractor'
5+
__package__ = 'socid_extractor'
46
__author__ = 'soxoj'
7+
__author_email__ = '[email protected]'

0 commit comments

Comments
 (0)