Skip to content

Commit

Permalink
Set version numbers to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tzok committed Apr 26, 2021
1 parent 2702eb5 commit f01ef82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eltetrado
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ from Bio.PDB import PDBParser, MMCIFParser, Structure, Residue, Atom
from Bio.PDB.Atom import DisorderedAtom
from Bio.PDB.StructureBuilder import StructureBuilder

__version__ = '1.1.0.dev1'
__version__ = '1.1.0'

logging.basicConfig(level=os.environ.get("LOGLEVEL", "INFO"))
log = logging.getLogger('eltetrado')
Expand Down
2 changes: 1 addition & 1 deletion has_tetrad
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import tempfile

from collections import defaultdict

__version__ = '1.0.0.dev1'
__version__ = '1.1.0'


class Pair:
Expand Down

0 comments on commit f01ef82

Please sign in to comment.