summaryrefslogtreecommitdiff
path: root/rdflib
diff options
context:
space:
mode:
Diffstat (limited to 'rdflib')
-rw-r--r--rdflib/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/rdflib/__init__.py b/rdflib/__init__.py
index 2627b5ed..8c09c475 100644
--- a/rdflib/__init__.py
+++ b/rdflib/__init__.py
@@ -45,8 +45,8 @@ A tiny example:
__docformat__ = "restructuredtext en"
# The format of the __version__ line is matched by a regex in setup.py
-__version__ = "4.2.1-dev"
-__date__ = "2015/02/19"
+__version__ = "4.2.1"
+__date__ = "2015/08/12"
__all__ = [
'URIRef',