Skip to content

Commit

Permalink
Merge pull request #63 from martinghunt/version_task_bug
Browse files Browse the repository at this point in the history
Bug fix running version task
  • Loading branch information
martinghunt committed Apr 19, 2016
2 parents d15b942 + a82f7d8 commit aac1152
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion circlator/tasks/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from circlator import __version__ as circlator_version
import circlator

def run():
print(circlator.common.version)
print(circlator_version)

0 comments on commit aac1152

Please sign in to comment.