Skip to content

Commit 67649a6

Browse files
committed
➕ Require semver
1 parent 7957098 commit 67649a6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ dockerpty
33
docker-pycreds
44
pandas >= 0.23.4
55
pyyaml
6+
semver
67
setuptools
78
spython >= 0.0.81
89
tabulate >= 0.8.6

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers =
2323
Operating System :: OS Independent
2424
Programming Language :: Python :: 3
2525
Topic :: Scientific/Engineering :: Bio-Informatics
26-
version = 0.5.0
26+
version = 0.5.1
2727

2828
[options]
2929
zip_safe = False

0 commit comments

Comments
 (0)