new release, new method not_authority, new tests and bug fixes

This commit is contained in:
russellballestrini 2016-02-01 22:29:44 -05:00
parent 68f2e96856
commit 440be5802b
2 changed files with 2 additions and 2 deletions

View file

@ -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
============

View file

@ -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',