diff --git a/setup.py b/setup.py index 18992bb..d972d67 100644 --- a/setup.py +++ b/setup.py @@ -4,12 +4,12 @@ setup( name = 'shexer', packages = find_packages(exclude=["*.local_code.*"]), # this must be the same as the name above - version = '1.1.0', + version = '1.2.0', description = 'Automatic schema extraction for RDF graphs', author = 'Daniel Fernandez-Alvarez', author_email = 'danifdezalvarez@gmail.com', url = 'https://github.com/DaniFdezAlvarez/shexerp3', - download_url = 'https://github.com/DaniFdezAlvarez/shexerp3/archive/1.1.0.tar.gz', + download_url = 'https://github.com/DaniFdezAlvarez/shexerp3/archive/1.2.0.tar.gz', keywords = ['testing', 'shexer', 'shexerp3', "rdf", "shex", "shacl", "schema"], classifiers = [], install_requires=[