add __title__ and __version__ variables to module

This commit is contained in:
Joshua Conner 2014-02-24 18:01:19 -08:00
parent 548b1e7f6c
commit 8d9b6828f0
1 changed files with 3 additions and 0 deletions

View File

@ -12,4 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__title__ = 'docker-py'
__version__ = '0.3.0'
from .client import Client, APIError # flake8: noqa