Skip to content

Commit e7f1720

Browse files
committed
Version 1.4.0
1 parent 559ab31 commit e7f1720

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.3.0
2+
current_version = 1.4.0
33
commit = True
44
tag = True
55
message = Version {new_version}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# version of URLExtract
1818
# (do not forget to change it in urlextract_core.py as well)
19-
__version__ = '1.3.0'
19+
__version__ = '1.4.0'
2020

2121

2222
def read(readme):

urlextract/urlextract_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from urlextract.cachefile import CacheFileError, CacheFile
2424

2525
# version of URLExtract (do not forget to change it in setup.py as well)
26-
__version__ = '1.3.0'
26+
__version__ = '1.4.0'
2727

2828
# default value for maximum count of processed URLs by find_url
2929
DEFAULT_LIMIT = 10000

0 commit comments

Comments
 (0)