Skip to content

Commit

Permalink
Version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lipoja committed Jun 12, 2021
1 parent 008fd9c commit e96b4fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.2.0
current_version = 1.3.0
commit = True
tag = True
message = Version {new_version}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# version of URLExtract
# (do not forget to change it in urlextract_core.py as well)
__version__ = '1.2.0'
__version__ = '1.3.0'


def read(readme):
Expand Down
2 changes: 1 addition & 1 deletion urlextract/urlextract_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from urlextract.cachefile import CacheFileError, CacheFile

# version of URLExtract (do not forget to change it in setup.py as well)
__version__ = '1.2.0'
__version__ = '1.3.0'

# default value for maximum count of processed URLs by find_url
DEFAULT_LIMIT = 10000
Expand Down

0 comments on commit e96b4fe

Please sign in to comment.