Skip to content
This repository was archived by the owner on Dec 17, 2022. It is now read-only.

Commit 35a9cd1

Browse files
committed
Remove obsolete statement from readme
1 parent 81693ea commit 35a9cd1

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,3 @@ A thread pool of up to 32 concurrent requesters can be used, but no more than up
9191
For example, if two tokens are supplied, up to 2 * 5 = 10 concurrent workers are used.
9292
If eight tokens are supplied, then not 8 * 5 = 40, but a max of 32 concurrent workers are used.
9393
The max limit can, if really necessary, be increased by setting `config.MAX_WORKERS` before initializing the shortener.
94-
95-
Returned short links use the `j.mp` domain with HTTPS.
96-
Any preexisting Bitly short links are also normalized to use this domain.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def parse_requirements(filename: str) -> List[str]:
1818
name="bitlyshortener",
1919
author="Ouroboros Chrysopoeia",
2020
author_email="[email protected]",
21-
version="0.4.0",
21+
version="0.4.1",
2222
description="High-volume Bitly V4 URL shortener with memory-cache",
2323
keywords="bitly url shortener",
2424
long_description=(_DIR / "README.md").read_text().strip(),

0 commit comments

Comments
 (0)