From 440be5802b8899f61b0ee446451b9b06c200dde1 Mon Sep 17 00:00:00 2001 From: russellballestrini Date: Mon, 1 Feb 2016 22:29:44 -0500 Subject: [PATCH] new release, new method not_authority, new tests and bug fixes --- README.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index c3c4f16..718f72e 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,7 @@ miniuri miniuri is a universal URI parser class. -It is written in 120 lines of Python. +It is written in 128 lines of Python. Installation ============ diff --git a/setup.py b/setup.py index 7e1a90e..6555ca2 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from setuptools import ( setup( name='miniuri', - version='1.0.2', + version='1.0.3', long_description = open('README.rst').read(), description='miniuri: The Universal URI Parser', keywords = 'miniuri uri url parser',