Skip to content

Commit

Permalink
Ready for release 2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniFdezAlvarez committed Jun 27, 2024
1 parent 3e6fcde commit 1f8a264
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 @@ -8,12 +8,12 @@ def read(file_path):
setup(
name = 'shexer',
packages = find_packages(exclude=["*.local_code.*"]), # this must be the same as the name above
version = '2.5.2',
version = '2.5.3',
description = 'Automatic schema extraction for RDF graphs',
author = 'Daniel Fernandez-Alvarez',
author_email = '[email protected]',
url = 'https://github.com/DaniFdezAlvarez/shexer',
download_url = 'https://github.com/DaniFdezAlvarez/shexer/archive/2.5.2.tar.gz',
download_url = 'https://github.com/DaniFdezAlvarez/shexer/archive/2.5.3.tar.gz',
keywords = ['testing', 'shexer', 'shexerp3', "rdf", "shex", "shacl", "schema"],
long_description = read('README.md'),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 1f8a264

Please sign in to comment.