Skip to content

Commit

Permalink
Tag a new release (2.4.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafelafrance committed Mar 12, 2021
1 parent 8febbed commit 73cced4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion lib/db.py
Expand Up @@ -5,7 +5,7 @@
import sys
from os.path import basename, exists, join

ATRAM_VERSION = 'v2.3.5'
ATRAM_VERSION = 'v2.4.0'

# DB_VERSION != ATRAM_VERSION
# We don't force DB changes until required.
Expand Down
17 changes: 2 additions & 15 deletions tests/requirements-test.txt
@@ -1,15 +1,2 @@
atomicwrites>=1.3.0
attrs>=19.3.0
biopython>=1.74
importlib-metadata>=0.23
more-itertools>=7.2.0
numpy>=1.17.3
packaging>=19.2
pluggy>=0.13.0
psutil>=5.6.3
py>=1.8.0
pyparsing>=2.4.2
pytest>=5.2.1
six>=1.12.0
wcwidth>=0.1.7
zipp>=0.6.0
more-itertools==8.4.0
pytest==5.4.3

0 comments on commit 73cced4

Please sign in to comment.