Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lipoja committed Dec 8, 2020
1 parent 16ad574 commit 7e21d04
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.1.0
current_version = 1.2.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.1.0'
__version__ = '1.2.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 @@ -22,7 +22,7 @@
from urlextract.cachefile import CacheFileError, CacheFile

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

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

0 comments on commit 7e21d04

Please sign in to comment.