diff options
| author | Joern Hees <dev@joernhees.de> | 2017-01-29 17:51:48 +0100 |
|---|---|---|
| committer | Joern Hees <dev@joernhees.de> | 2017-01-29 17:51:48 +0100 |
| commit | 2fb94c8736687c7d85c2ccd25cd3d3f9391b1c65 (patch) | |
| tree | 4d461d388e05f5ab78e1f0c0257bd000d590689e | |
| parent | 39e58a453010999d628370de17f9aacae2feef2c (diff) | |
| download | rdflib-4.2.2.tar.gz | |
version 4.2.24.2.2
| -rw-r--r-- | LICENSE | 2 | ||||
| -rw-r--r-- | rdflib/__init__.py | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ LICENSE AGREEMENT FOR RDFLIB ------------------------------------------------ -Copyright (c) 2002-2015, RDFLib Team +Copyright (c) 2002-2017, RDFLib Team See CONTRIBUTORS and http://github.com/RDFLib/rdflib All rights reserved. diff --git a/rdflib/__init__.py b/rdflib/__init__.py index 61e1eba3..5029f555 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.2-dev" -__date__ = "2015/08/12" +__version__ = "4.2.2" +__date__ = "2017/01/29" __all__ = [ 'URIRef', |
