Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sokrypton authored Aug 13, 2024
1 parent 7aa8e26 commit 16e03c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
setup(
name='colabdesign',
version='1.1.1',
version='1.1.2',
description='Making Protein Design accessible to all via Google Colab!',
long_description="Making Protein Design accessible to all via Google Colab!",
long_description_content_type='text/markdown',
Expand All @@ -12,4 +12,4 @@
'numpy','pandas','scipy','optax','joblib',
'matplotlib'],
include_package_data=True
)
)

0 comments on commit 16e03c2

Please sign in to comment.