Skip to content

Commit

Permalink
bump version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreener64 committed Sep 3, 2021
1 parent 4fe5375 commit 735919c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,5 @@ jobs:
run: cgdms energy -i cgdms/protein_data/example/1CRN.txt
- name: Test thread
run: cgdms thread -i cgdms/protein_data/example/1CRN.txt -s cgdms/protein_data/example/seqs.txt -m 50
- name: Test design
run: cgdms design -i cgdms/protein_data/example/1CRN.txt -n 5 -m 50
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="cgdms",
version="0.1.2",
version="1.0",
author="Joe G Greener",
author_email="[email protected]",
description="Differentiable molecular simulation of proteins with a coarse-grained potential",
Expand Down

0 comments on commit 735919c

Please sign in to comment.