Skip to content

Commit

Permalink
v0.2 - v0.1 had already been used although not released
Browse files Browse the repository at this point in the history
  • Loading branch information
david-habgood committed Sep 30, 2021
1 parent 5575398 commit ccd654f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gsdggs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from rdflib import Namespace
from rdflib.plugins.sparql.operators import register_custom_function

__version__ = "0.1"
__version__ = "0.2"
DGGS = Namespace("https://placeholder.com/dggsfuncs/")

register_custom_function(DGGS.sfContains, contains)
Expand Down

0 comments on commit ccd654f

Please sign in to comment.