From 85e8415d11e8c4e427252baf124ff6be6c7d6266 Mon Sep 17 00:00:00 2001 From: Dani Fdez Date: Mon, 25 Jan 2021 12:07:59 +0100 Subject: [PATCH] Ready for release 1.2.0 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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=[