We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08bcf6c commit bbbcaffCopy full SHA for bbbcaff
ckanext/spatial/__init__.py
@@ -1,9 +1,9 @@
1
-__version__ = "2.1.0"
2
-
3
# this is a namespace package
4
try:
5
import pkg_resources
6
pkg_resources.declare_namespace(__name__)
7
except ImportError:
8
import pkgutil
9
__path__ = pkgutil.extend_path(__path__, __name__)
+
+__version__ = "2.1.0"
0 commit comments