Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
angerhang committed Apr 25, 2023
1 parent dd0ed12 commit 6ebcbf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hubconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def sleepnet(pretrained=True, my_device="cpu", num_classes=2, lstm_nn_size=128,

if pretrained:
checkpoint = 'https://github.com/OxWearables/asleep/' \
'releases/download/0.0.2/bi_sleepnet.mdl'
'releases/download/0.0.3/bi_sleepnet.mdl'
model.load_state_dict(
torch.hub.load_state_dict_from_url(
checkpoint,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name = "asleep" # Required
#
# For a discussion on single-sourcing the version, see
# https://packaging.python.org/guides/single-sourcing-package-version/
version = "0.2.0" # Required
version = "0.3.0" # Required

# This is a one-line description or tagline of what your project does. This
# corresponds to the "Summary" metadata field:
Expand Down

0 comments on commit 6ebcbf4

Please sign in to comment.