Skip to content

Commit ccd654f

Browse files
author
david-habgood
committed
v0.2 - v0.1 had already been used although not released
1 parent 5575398 commit ccd654f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gsdggs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from rdflib import Namespace
1111
from rdflib.plugins.sparql.operators import register_custom_function
1212

13-
__version__ = "0.1"
13+
__version__ = "0.2"
1414
DGGS = Namespace("https://placeholder.com/dggsfuncs/")
1515

1616
register_custom_function(DGGS.sfContains, contains)

0 commit comments

Comments
 (0)