Skip to content

Commit 735919c

Browse files
committed
bump version 1.0
1 parent 4fe5375 commit 735919c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,5 @@ jobs:
7171
run: cgdms energy -i cgdms/protein_data/example/1CRN.txt
7272
- name: Test thread
7373
run: cgdms thread -i cgdms/protein_data/example/1CRN.txt -s cgdms/protein_data/example/seqs.txt -m 50
74+
- name: Test design
75+
run: cgdms design -i cgdms/protein_data/example/1CRN.txt -n 5 -m 50

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="cgdms",
8-
version="0.1.2",
8+
version="1.0",
99
author="Joe G Greener",
1010
author_email="[email protected]",
1111
description="Differentiable molecular simulation of proteins with a coarse-grained potential",

0 commit comments

Comments
 (0)