Skip to content

Commit

Permalink
Update setup.py for release 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniFdezAlvarez authored May 14, 2024
1 parent 0bd9ee6 commit eb525dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.1',
version = '2.5.2',
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.1.tar.gz',
download_url = 'https://github.com/DaniFdezAlvarez/shexer/archive/2.5.2.tar.gz',
keywords = ['testing', 'shexer', 'shexerp3', "rdf", "shex", "shacl", "schema"],
long_description = read('README.md'),
long_description_content_type='text/markdown',
Expand All @@ -36,4 +36,4 @@ def read(file_path):
'plantuml',
'python-xz'
],
)
)

0 comments on commit eb525dd

Please sign in to comment.