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