mirror of https://github.com/docker/docker-py.git
add __title__ and __version__ variables to module
This commit is contained in:
parent
548b1e7f6c
commit
8d9b6828f0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue