ckanapi
ckanapi copied to clipboard
Add module version attribute per PEP 396
Adding a ckanapi.__version__ attribute per PEP 296 will make it easier for client software like the HXL Proxy to display the version in use.
Sure, looks like we just need to from ckanapi.version import __version__
in __init__.py
Care to submit a PR?