Skip to content

Commit

Permalink
Version 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lipoja committed Oct 22, 2022
1 parent 46badc7 commit bde3f58
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.6.0
current_version = 1.7.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.6.0"
__version__ = "1.7.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 @@ -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.6.0"
__version__ = "1.7.0"

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

0 comments on commit bde3f58

Please sign in to comment.