Skip to content

Commit fa22d1f

Browse files
author
Preeti Choudhary
committed
Update setup and yml files
1 parent ad3b4fb commit fa22d1f

3 files changed

Lines changed: 2 additions & 37 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ install:
66
- pip install pytest-cov
77
- pip install jsonschema
88
- pip install requests
9+
- pip install gemmi
910
script:
1011
- pytest tests --cov=funpdbe_validator
1112
after_success:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def readme():
88

99
setup(
1010
name="funpdbe-validator",
11-
version="1.1.0",
11+
version="1.1.1",
1212
description="Validate PDBe-KB JSONs by FunPDBe Schema",
1313
long_description_content_type='text/markdown',
1414
long_description=readme(),

0 commit comments

Comments
 (0)