From 6c1d9effa0efee0852dbc887622e05a3cc4f7f4b Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Sat, 20 Aug 2016 06:14:54 -0500 Subject: Release v2.0.0 --- uritemplate/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'uritemplate') diff --git a/uritemplate/__init__.py b/uritemplate/__init__.py index fca1623..ad751c1 100644 --- a/uritemplate/__init__.py +++ b/uritemplate/__init__.py @@ -14,9 +14,9 @@ See http://uritemplate.rtfd.org/ for documentation __title__ = 'uritemplate' __author__ = 'Ian Cordasco' -__license__ = 'Modified BSD' +__license__ = 'Modified BSD or Apache License, Version 2.0' __copyright__ = 'Copyright 2013 Ian Cordasco' -__version__ = '1.0.1' +__version__ = '2.0.0' __version_info__ = tuple(int(i) for i in __version__.split('.')) from uritemplate.api import URITemplate, expand, partial # noqa: E402 -- cgit v1.2.3