diff --git a/README.rst b/README.rst index 586249b..69c6fd8 100644 --- a/README.rst +++ b/README.rst @@ -17,7 +17,7 @@ What does it do? The parser grants access to the following attributes: -.. code-block:: python +.. code-block:: text foo://username:password@test.com:808/go/to/index.php?pet=cat&name=bam#eye \_/ \_______________/ \______/ \_/ \___/ \_/ \_______________/\_/ diff --git a/setup.py b/setup.py index 55c65c0..47c306e 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from setuptools import ( setup( name='miniuri', - version='1.0.4', + version='1.0.5', long_description = open('README.rst').read(), description='miniuri: The Universal URI Parser', keywords = 'miniuri uri url parser',