Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniFdezAlvarez committed Jan 25, 2021
2 parents 8dc670e + 85e8415 commit 07e8f34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit 07e8f34

Please sign in to comment.