From 8d8b7befb3afabe33645dfdb7edaa6a0a1e80c40 Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Sat, 20 Jan 2018 09:49:23 +0100 Subject: [PATCH] Release 0.9.1 --- README.rst | 2 +- giturlparse/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 0eee5a2..439d8bd 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,7 @@ Installing :: - pip install giturlparse.py + pip install giturlparse ******** Examples diff --git a/giturlparse/__init__.py b/giturlparse/__init__.py index ed0f8bc..fb8b85e 100644 --- a/giturlparse/__init__.py +++ b/giturlparse/__init__.py @@ -6,7 +6,7 @@ __author__ = 'Iacopo Spalletti' __email__ = 'i.spalletti@nephila.it' -__version__ = '0.9' +__version__ = '0.9.1' def parse(url, check_domain=True):