summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Arndt <arndtn@gmail.com>2021-03-22 11:50:44 +0100
committerNatanael Arndt <arndtn@gmail.com>2021-03-22 11:50:44 +0100
commit33271934ade16f11ba0bcd0f5b373216a4bb7bb8 (patch)
tree53b3bdec6ff5ebb22ba26bba25cc346513d4fdd5
parent69c86b7a376404d5827deaa4b57f31db3989ad67 (diff)
downloadrdflib-33271934ade16f11ba0bcd0f5b373216a4bb7bb8.tar.gz
use PEP440 version string
-rw-r--r--rdflib/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rdflib/__init__.py b/rdflib/__init__.py
index 38809145..3e79988e 100644
--- a/rdflib/__init__.py
+++ b/rdflib/__init__.py
@@ -45,7 +45,7 @@ A tiny example:
__docformat__ = "restructuredtext en"
# The format of the __version__ line is matched by a regex in setup.py
-__version__ = "6.0.0-pre-alpha"
+__version__ = "6.0.0-alpha"
__date__ = "2021-03-22"
__all__ = [