Skip to content

Commit 8d8b7be

Browse files
committed
Release 0.9.1
1 parent 4d6ca21 commit 8d8b7be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Installing
1414

1515
::
1616

17-
pip install giturlparse.py
17+
pip install giturlparse
1818

1919
********
2020
Examples

giturlparse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
__author__ = 'Iacopo Spalletti'
88
__email__ = '[email protected]'
9-
__version__ = '0.9'
9+
__version__ = '0.9.1'
1010

1111

1212
def parse(url, check_domain=True):

0 commit comments

Comments
 (0)