Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xgaia committed Jul 24, 2019
1 parent e25ae40 commit a29efc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion abstractor
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import argparse
import json
import textwrap
from abstractor.libabstractor.SparqlQuery import SparqlQuery
from libabstractor.SparqlQuery import SparqlQuery


class Abstractor(object):
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

setup(
name='abstractor',
version='1.0.3',
version='1.0.4',
description='Abstraction generator for AskOmics, from a distant SPARQL endpoint',
author='Xavier Garnier',
author_email='[email protected]',
url='https://github.com/xgaia/abstractor',
download_url='https://github.com/xgaia/abstractor/archive/1.0.3.tar.gz',
download_url='https://github.com/xgaia/abstractor/archive/1.0.4.tar.gz',
install_requires=['SPARQLWrapper'],
packages=find_packages(),
license='AGPL',
Expand Down

0 comments on commit a29efc5

Please sign in to comment.