Skip to content

Commit

Permalink
Ver0.15 get
Browse files Browse the repository at this point in the history
  • Loading branch information
krrr committed Aug 31, 2014
1 parent 99e05f6 commit 743b8ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hazama/hazama.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import time


__version__ = 0.14
__version__ = '0.15'


if __name__ == '__main__':
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/usr/bin/env python3
import sys
sys.path.append(path.realpath('hazama/'))
from hazama import __version__
import os
from os import path
from glob import glob
from distutils.core import Command
from distutils.spawn import find_executable
sys.path.append(path.realpath('hazama/'))
from hazama import __version__


class build_qt(Command):
Expand Down

0 comments on commit 743b8ff

Please sign in to comment.