We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 559ab31 commit e7f1720Copy full SHA for e7f1720
3 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.3.0
+current_version = 1.4.0
3
commit = True
4
tag = True
5
message = Version {new_version}
setup.py
@@ -16,7 +16,7 @@
16
17
# version of URLExtract
18
# (do not forget to change it in urlextract_core.py as well)
19
-__version__ = '1.3.0'
+__version__ = '1.4.0'
20
21
22
def read(readme):
urlextract/urlextract_core.py
@@ -23,7 +23,7 @@
23
from urlextract.cachefile import CacheFileError, CacheFile
24
25
# version of URLExtract (do not forget to change it in setup.py as well)
26
27
28
# default value for maximum count of processed URLs by find_url
29
DEFAULT_LIMIT = 10000
0 commit comments