diff --git a/SPARQLWrapper/__init__.py b/SPARQLWrapper/__init__.py index 81d7c23..a83b26a 100644 --- a/SPARQLWrapper/__init__.py +++ b/SPARQLWrapper/__init__.py @@ -163,7 +163,7 @@ @requires: U{RDFLib} package. """ -__version__ = "1.7.6.dev0" +__version__ = "1.7.6" """The version of SPARQLWrapper""" __authors__ = "Ivan Herman, Sergio Fernández, Carlos Tejo Alonso, Alexey Zakhlestin"