Skip to content

Commit

Permalink
rename dir
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Dec 27, 2020
1 parent 1f7e18e commit 7e5fb28
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $ pip install alphafold2-pytorch

```python
import torch
from alphafold2 import Alphafold2
from alphafold2_pytorch import Alphafold2

model = Alphafold2(
dim = 256,
Expand Down
1 change: 0 additions & 1 deletion alphafold2/__init__.py

This file was deleted.

1 change: 1 addition & 0 deletions alphafold2_pytorch/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from alphafold2_pytorch.alphafold2 import Alphafold2
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name = 'alphafold2-pytorch',
packages = find_packages(),
version = '0.0.2',
version = '0.0.3',
license='MIT',
description = 'AlphaFold2 - Pytorch',
author = 'Phil Wang',
Expand Down

0 comments on commit 7e5fb28

Please sign in to comment.