Skip to content

Commit

Permalink
Update version number in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
khb7840 committed Dec 29, 2023
1 parent e9e87d8 commit c0a51b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="foldcomp",
version="0.0.5",
version="0.0.6",
description="Foldcomp compresses protein structures with torsion angles effectively. It compresses the backbone atoms to 8 bytes and the side chain to additionally 4-5 byes per residue, an averaged-sized protein of 350 residues requires ~4.2kb. Foldcomp is a C++ library with Python bindings.",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit c0a51b2

Please sign in to comment.