Skip to content

Commit

Permalink
Bug fix running version task
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Hunt committed Apr 19, 2016
1 parent 9050b5a commit a82f7d8
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 a82f7d8

Please sign in to comment.