summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LICENSE2
-rw-r--r--rdflib/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/LICENSE b/LICENSE
index c46bf801..c12369d1 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-LICENSE AGREEMENT FOR RDFLIB 0.9.0 THROUGH 2.3.0
+LICENSE AGREEMENT FOR RDFLIB 0.9.0 THROUGH 2.3.1
------------------------------------------------
Copyright (c) 2002-2005, Daniel Krech, http://eikeon.com/
All rights reserved.
diff --git a/rdflib/__init__.py b/rdflib/__init__.py
index 2febb959..1ca3044d 100644
--- a/rdflib/__init__.py
+++ b/rdflib/__init__.py
@@ -1,7 +1,7 @@
# RDF Library
__version__ = "2.3.1"
-__date__ = "2006/01/12"
+__date__ = "2006/02/27"
import sys
# TODO: what version of python does rdflib require??