ckan / ckanapi

A command line interface and Python module for accessing the CKAN Action API
Other
178 stars 74 forks source link

Add module version attribute per PEP 396 #133

Open davidmegginson opened 6 years ago

davidmegginson commented 6 years ago

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.

wardi commented 6 years ago

Sure, looks like we just need to from ckanapi.version import __version__ in __init__.py Care to submit a PR?