Skip to content

Commit

Permalink
fixed import error for _version
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesPHoughton committed Sep 16, 2016
1 parent 6b5b269 commit 158716b
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 33 deletions.
81 changes: 50 additions & 31 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pysd/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.7.0"
__version__ = "0.7.1"
2 changes: 1 addition & 1 deletion pysd/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

import textwrap
import autopep8
from _version import __version__
from ._version import __version__
from . import utils


Expand Down

0 comments on commit 158716b

Please sign in to comment.