Skip to content

Commit

Permalink
upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosp420 committed Dec 3, 2020
1 parent c6a7d30 commit 767c0d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
@@ -1,3 +1,3 @@
biopython==1.78
biopython==1.69
degenerate-dna==0.0.9
six==1.10.0
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -17,7 +17,7 @@ def read(*names, **kwargs):

setuptools.setup(
name="seqrecord_expanded",
version="0.2.11",
version="0.2.12",
license="BSD",
url="https://github.com/carlosp420/seqrecord-expanded",

Expand All @@ -30,7 +30,7 @@ def read(*names, **kwargs):
packages=['seqrecord_expanded'],

install_requires=[
'biopython==1.78',
'biopython==1.69',
'degenerate-dna==0.0.9',
'six==1.10.0',
],
Expand Down

0 comments on commit 767c0d4

Please sign in to comment.