summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Arndt <arndtn@gmail.com>2021-03-22 11:46:21 +0100
committerNatanael Arndt <arndtn@gmail.com>2021-03-22 11:46:21 +0100
commit69c86b7a376404d5827deaa4b57f31db3989ad67 (patch)
treeabf3a2599f1dea7d9f45497c948609a85f9da992
parent1b77d030131b3261b397bf500bc892ac0cdcaa84 (diff)
downloadrdflib-69c86b7a376404d5827deaa4b57f31db3989ad67.tar.gz
Set the version string to 6.0.0-pre-alpha
-rw-r--r--rdflib/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/rdflib/__init__.py b/rdflib/__init__.py
index b6949f5f..38809145 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__ = "5.0.0"
-__date__ = "2020-04-18"
+__version__ = "6.0.0-pre-alpha"
+__date__ = "2021-03-22"
__all__ = [
"URIRef",