Skip to content

Commit

Permalink
Rename utils as devtool
Browse files Browse the repository at this point in the history
  • Loading branch information
mjwen committed May 25, 2021
1 parent 72ca21e commit 198c7e8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion utils/update_version.py → devtool/update_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def update_version(version, path, key, in_quotes=False, extra_space=False):


if __name__ == "__main__":
kliff_v = "0.1.6"
kliff_v = "0.2.1"
kliff_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
path = os.path.join(kliff_dir, "kliff", "__init__.py")
update_version(kliff_v, path, "__version__", True, True)
2 changes: 1 addition & 1 deletion kliff/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from kliff.log import set_up_logger
from kliff.utils import torch_available

__version__ = "0.2.0"
__version__ = '0.2.1'

set_up_logger()

Expand Down

0 comments on commit 198c7e8

Please sign in to comment.