diff --git a/tasks.py b/tasks.py index df303e7..0fbc675 100644 --- a/tasks.py +++ b/tasks.py @@ -33,7 +33,7 @@ from invoke import task here = os.path.abspath(os.path.dirname(__file__)) -exec(open(os.path.join(here, 'rattail', '_version.py')).read()) +exec(open(os.path.join(here, 'rattail_fabric2', '_version.py')).read()) @task