Kaydet (Commit) 655b5a30 authored tarafından Maxime Petazzoni's avatar Maxime Petazzoni

Merge pull request #168 from joshuaconner/add_version_title_flag

add __title__ and __version__ variables to module
...@@ -12,4 +12,7 @@ ...@@ -12,4 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__title__ = 'docker-py'
__version__ = '0.3.0'
from .client import Client, APIError # flake8: noqa from .client import Client, APIError # flake8: noqa
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment