Skip to content

Commit

Permalink
Setting version 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
lipoja committed Mar 14, 2019
1 parent ae9a44c commit b53fd2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@

script_dirname = join(dirname(__file__))

# version of URLExtract (do not forget to change it in urlextract_core.py as well)
__version__ = '0.10-pre-alpha'
# version of URLExtract
# (do not forget to change it in urlextract_core.py as well)
__version__ = '0.10'


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 @@ -21,7 +21,7 @@
from urlextract.cachefile import CacheFileError, CacheFile

# version of URLExtract (do not forget to change it in setup.py as well)
__version__ = '0.10-pre-alpha'
__version__ = '0.10'


class URLExtract(CacheFile):
Expand Down

0 comments on commit b53fd2a

Please sign in to comment.