From d2071f4a0f497898ae4d763d43de4c380897470f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Lipovsk=C3=BD?= Date: Tue, 25 Oct 2022 20:52:45 +0200 Subject: [PATCH] Version 1.7.1 --- .bumpversion.cfg | 2 +- setup.py | 2 +- urlextract/urlextract_core.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 31377d3..d728d4a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.7.0 +current_version = 1.7.1 commit = True tag = True message = Version {new_version} diff --git a/setup.py b/setup.py index ad0388e..6d83d43 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ # version of URLExtract # (do not forget to change it in urlextract_core.py as well) -__version__ = "1.7.0" +__version__ = "1.7.1" def read(readme): diff --git a/urlextract/urlextract_core.py b/urlextract/urlextract_core.py index 6d70d2c..b6b3767 100644 --- a/urlextract/urlextract_core.py +++ b/urlextract/urlextract_core.py @@ -25,7 +25,7 @@ from urlextract.cachefile import CacheFile, CacheFileError # version of URLExtract (do not forget to change it in setup.py as well) -__version__ = "1.7.0" +__version__ = "1.7.1" # default value for maximum count of processed URLs by find_url DEFAULT_LIMIT = 10000