Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blue-season committed Sep 11, 2019
1 parent 716e54e commit 0a38273
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = 'PyWarm'
version = '0.3.0'
version = '0.4.0'
description = 'A cleaner way to build neural networks for PyTorch.'
license = 'MIT'
authors = ['blue-season <[email protected]>']
Expand Down
2 changes: 1 addition & 1 deletion warm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

# 09-10-2019;
from warm.engine import prepare_model_ as up
""" `warm.up` is an alias of `warm.engine.prepare_model_`. """

0 comments on commit 0a38273

Please sign in to comment.