From ffc97260bd0c2882faf35272ead3aaa6f1df739d Mon Sep 17 00:00:00 2001 From: russellballestrini Date: Sun, 10 Dec 2017 14:08:28 -0500 Subject: [PATCH] changed README.rst changed setup.py --- README.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',