Skip to content

Commit

Permalink
Structure_manager bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PauAndrio committed Mar 25, 2019
1 parent b835f3f commit 119b1b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion biobb_structure_manager/structure_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from Bio.PDB.PDBParser import PDBParser
from Bio.PDB.Atom import Atom
from Bio.PDB.parse_pdb_header import parse_pdb_header
from mmb_server import MMBPDBList
from biobb_structure_manager.mmb_server import MMBPDBList

import biobb_structure_manager.model_utils as mu

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name="biobb_structure_manager",
version="0.0.4",
version="0.0.5",
author="Biobb developers",
author_email="josep.gelpi@bsc.es",
description="BioBB_structure_manager is la library to efficiently load and process biomolecular 3D structures.",
Expand Down

0 comments on commit 119b1b9

Please sign in to comment.