Skip to content

Commit 50ffaf9

Browse files
committed
copy paste error
1 parent 452975c commit 50ffaf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

machine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44

55
try:
6-
__version__ = pkg_resources.require("Tigger")[0].version
6+
__version__ = pkg_resources.require("python-docker-machine")[0].version
77
except pkg_resources.DistributionNotFound:
88
__version__ = "devel"

0 commit comments

Comments
 (0)