aboutsummaryrefslogtreecommitdiffstats
path: root/uritemplate
diff options
context:
space:
mode:
Diffstat (limited to 'uritemplate')
-rw-r--r--uritemplate/__init__.py4
1 files changed, 2 insertions, 2 deletions
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