Skip to content

Commit

Permalink
Release 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Apr 9, 2018
1 parent 4d6ca21 commit 8d8b7be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Installing

::

pip install giturlparse.py
pip install giturlparse

********
Examples
Expand Down
2 changes: 1 addition & 1 deletion giturlparse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

__author__ = 'Iacopo Spalletti'
__email__ = '[email protected]'
__version__ = '0.9'
__version__ = '0.9.1'


def parse(url, check_domain=True):
Expand Down

0 comments on commit 8d8b7be

Please sign in to comment.