Unverified Commit b59d0a81 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz Committed by GitHub
Browse files

Update version number in setup.py

parent 386fd1a5
...@@ -110,7 +110,7 @@ else: ...@@ -110,7 +110,7 @@ else:
setup( setup(
name='openfold', name='openfold',
version='1.0.0', version='1.0.1',
description='A PyTorch reimplementation of DeepMind\'s AlphaFold 2', description='A PyTorch reimplementation of DeepMind\'s AlphaFold 2',
author='Gustaf Ahdritz & DeepMind', author='Gustaf Ahdritz & DeepMind',
author_email='gahdritz@gmail.com', author_email='gahdritz@gmail.com',
...@@ -130,4 +130,4 @@ setup( ...@@ -130,4 +130,4 @@ setup(
'Programming Language :: Python :: 3.7,' 'Programming Language :: Python :: 3.7,'
'Topic :: Scientific/Engineering :: Artificial Intelligence', 'Topic :: Scientific/Engineering :: Artificial Intelligence',
], ],
) )
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment