We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 452975c commit 50ffaf9Copy full SHA for 50ffaf9
machine/__init__.py
@@ -3,6 +3,6 @@
3
4
5
try:
6
- __version__ = pkg_resources.require("Tigger")[0].version
+ __version__ = pkg_resources.require("python-docker-machine")[0].version
7
except pkg_resources.DistributionNotFound:
8
__version__ = "devel"
0 commit comments