summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreikeon <devnull@localhost>2006-03-02 19:40:26 +0000
committereikeon <devnull@localhost>2006-03-02 19:40:26 +0000
commitddcc55550dd569a71f052fed408fedddf9c66f29 (patch)
tree8eb645ef675cb0c84834bcdbd2e6488b57f35c7d
parented9cd7e825bc867a25b3fa0dd05191a446f6da29 (diff)
downloadrdflib-ddcc55550dd569a71f052fed408fedddf9c66f29.tar.gz
updated date / version2.3.1
-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??