Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lipoja committed Oct 1, 2020
1 parent e9fbd09 commit dd7ca4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0
current_version = 1.1.0
commit = True
tag = True
message = Version {new_version}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -16,7 +16,7 @@

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


def read(readme):
Expand Down
2 changes: 1 addition & 1 deletion urlextract/urlextract_core.py
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.0.0'
__version__ = '1.1.0'

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

0 comments on commit dd7ca4d

Please sign in to comment.